com.ibm.commerce.taxation.objects
Interface CountryCodeAccessBeanData

All Known Implementing Classes:
CountryCodeAccessBean

public interface CountryCodeAccessBeanData


Method Summary
 java.lang.String getCountryAbbr()
           
 java.lang.String getCountryCode()
           
 java.lang.String getProductVendor()
           
 void setCountryAbbr(java.lang.String newValue)
           
 void setCountryCode(java.lang.String newValue)
           
 void setProductVendor(java.lang.String newValue)
           
 

Method Detail

getCountryAbbr

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

getCountryCode

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

getProductVendor

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

setCountryAbbr

public void setCountryAbbr(java.lang.String newValue)

setCountryCode

public void setCountryCode(java.lang.String newValue)

setProductVendor

public void setProductVendor(java.lang.String newValue)