com.ibm.commerce.taxation.objects
Interface StateCodeAccessBeanData

All Known Implementing Classes:
StateCodeAccessBean

public interface StateCodeAccessBeanData


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

getStateAbbr

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

getStateCode

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

setProductVendor

public void setProductVendor(java.lang.String newValue)

setStateAbbr

public void setStateAbbr(java.lang.String newValue)

setStateCode

public void setStateCode(java.lang.String newValue)