com.ibm.commerce.taxation.objects
Interface SubOrderTaxAccessBeanData

All Known Implementing Classes:
SubOrderTaxAccessBean

public interface SubOrderTaxAccessBeanData


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

getSubOrderId

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

getTaxAmount

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

getTaxCategoryId

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

setSubOrderId

public void setSubOrderId(java.lang.String newValue)

setTaxAmount

public void setTaxAmount(java.lang.String newValue)

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)