com.ibm.commerce.taxation.objects
Interface OrderTaxAccessBeanData

All Known Implementing Classes:
OrderTaxAccessBean

public interface OrderTaxAccessBeanData


Method Summary
 java.lang.String getLastUpdate()
           
 java.lang.String getOrdersId()
           
 java.lang.String getTaxAmount()
           
 java.lang.String getTaxCategoryId()
           
 void setLastUpdate(java.lang.String newValue)
           
 void setOrdersId(java.lang.String newValue)
           
 void setTaxAmount(java.lang.String newValue)
           
 void setTaxCategoryId(java.lang.String newValue)
           
 

Method Detail

getLastUpdate

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

getOrdersId

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

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setOrdersId

public void setOrdersId(java.lang.String newValue)

setTaxAmount

public void setTaxAmount(java.lang.String newValue)

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)