com.ibm.commerce.taxation.objects
Interface SubOrderTaxAccessBeanData

All Known Implementing Classes:
SubOrderTaxAccessBean

public interface SubOrderTaxAccessBeanData

Each row of this table specifies the tax amount of a particular TaxCategory for all the OrderItems with the same shipping address as the SubOrder.


Method Summary
 java.lang.String getSubOrderId()
           
 java.lang.String getTaxAmount()
           
 java.lang.String getTaxCategoryId()
           
 void setSubOrderId(java.lang.String newValue)
           
 void setTaxAmount(java.lang.String newValue)
           
 void setTaxCategoryId(java.lang.String newValue)            
 

Method Detail

getTaxCategoryId

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

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)

getSubOrderId

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

setSubOrderId

public void setSubOrderId(java.lang.String newValue)

getTaxAmount

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

setTaxAmount

public void setTaxAmount(java.lang.String newValue)