com.ibm.commerce.taxation.objects
Interface StateCodeAccessBeanData

All Known Implementing Classes:
StateCodeAccessBean

public interface StateCodeAccessBeanData

This table maps the internal StateProv Abbreviation Code to the State or Province Code dictated by the third-party product or vendor identified in the PRODUCTVENDOR column.


Method Summary
 java.lang.String getProductVendor()
           
 java.lang.String getStateAbbr()
           
 java.lang.String getStateCode()
           
 void setProductVendor(java.lang.String newValue)
           
 void setStateAbbr(java.lang.String newValue)
           
 void setStateCode(java.lang.String newValue)            
 

Method Detail

getProductVendor

public java.lang.String getProductVendor()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setProductVendor

public void setProductVendor(java.lang.String newValue)

getStateCode

public java.lang.String getStateCode()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStateCode

public void setStateCode(java.lang.String newValue)

getStateAbbr

public java.lang.String getStateAbbr()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStateAbbr

public void setStateAbbr(java.lang.String newValue)