com.ibm.commerce.taxation.objects
Interface TaxCodeSchemeAccessBeanData

All Known Implementing Classes:
TaxCodeSchemeAccessBean

public interface TaxCodeSchemeAccessBeanData

Each row in this table represents a TaxCodeScheme. A TaxCodeScheme is a set of TaxCodeClassifications of CalculationCodes of particular TaxTypes.


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getSoftware()
           
 java.lang.String getTaxCodeSchemeId()
           
 java.lang.String getVendor()
           
 void setDescription(java.lang.String newValue)
           
 void setSoftware(java.lang.String newValue)
           
 void setTaxCodeSchemeId(java.lang.String newValue)
           
 void setVendor(java.lang.String newValue)            
 

Method Detail

getVendor

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

setVendor

public void setVendor(java.lang.String newValue)

getDescription

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

setDescription

public void setDescription(java.lang.String newValue)

getTaxCodeSchemeId

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

setTaxCodeSchemeId

public void setTaxCodeSchemeId(java.lang.String newValue)

getSoftware

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

setSoftware

public void setSoftware(java.lang.String newValue)