com.ibm.commerce.taxation.objects
Interface TaxCategoryAccessBeanData

All Known Implementing Classes:
TaxCategoryAccessBean

public interface TaxCategoryAccessBeanData


Method Summary
 java.lang.String getCalculationSequence()
           
 java.lang.String getCategoryId()
           
 java.lang.String getDisplaySequence()
           
 java.lang.String getDisplayUsage()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getName()
           
 java.lang.String getStoreEntityId()
           
 java.lang.String getTypeId()
           
 void setCalculationSequence(java.lang.String newValue)
           
 void setCategoryId(java.lang.String newValue)
           
 void setDisplaySequence(java.lang.String newValue)
           
 void setDisplayUsage(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setStoreEntityId(java.lang.String newValue)
           
 void setTypeId(java.lang.String newValue)
           
 

Method Detail

getCalculationSequence

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

getCategoryId

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

getDisplaySequence

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

getDisplayUsage

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

getField1

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

getField2

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

getField3

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

getMarkForDelete

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

getName

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

getStoreEntityId

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

getTypeId

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

setCalculationSequence

public void setCalculationSequence(java.lang.String newValue)

setCategoryId

public void setCategoryId(java.lang.String newValue)

setDisplaySequence

public void setDisplaySequence(java.lang.String newValue)

setDisplayUsage

public void setDisplayUsage(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setField3

public void setField3(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

setTypeId

public void setTypeId(java.lang.String newValue)