com.ibm.commerce.taxation.objects
Interface CountryCodeAccessBeanData

All Known Implementing Classes:
CountryCodeAccessBean

public interface CountryCodeAccessBeanData

Each row of this table maps the country or region abbreviation code representing a country or region to a numeric code. The mapping is dictated by the third-party product or vendor identified by the string in the PRODUCTVENDOR column.


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

getCountryCode

public java.lang.String getCountryCode()
                                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

setCountryCode

public void setCountryCode(java.lang.String newValue)

getCountryAbbr

public java.lang.String getCountryAbbr()
                                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

setCountryAbbr

public void setCountryAbbr(java.lang.String newValue)

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)