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 |
public java.lang.String getTaxCategoryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxCategoryId(java.lang.String newValue)
public java.lang.String getSubOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSubOrderId(java.lang.String newValue)
public java.lang.String getTaxAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxAmount(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.