com.ibm.commerce.taxation.objects
Interface StateProvinceAccessBeanData

All Known Implementing Classes:
StateProvinceAccessBean

public interface StateProvinceAccessBeanData

This table lists State and Province names (by country or region) in each of the supported Languages identified by LANGUAGE_ID.


Method Summary
 java.lang.String getCountryAbbr()
           
 java.lang.String getLanguageId()
           
 java.lang.String getName()
           
 java.lang.String getStateAbbr()
           
 void setCountryAbbr(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setStateAbbr(java.lang.String newValue)            
 

Method Detail

getLanguageId

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

setLanguageId

public void setLanguageId(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)

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)

getName

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

setName

public void setName(java.lang.String newValue)