A row in this table represents a CalculationScale, which can be used to perform a scale lookup to calculate a monetary amount, for a given set of OrderItems.
Method Summary | |
java.lang.String | getCalculationMethodId() |
java.lang.String | getCalculationScaleId() |
java.lang.String | getCalculationUsageId() |
java.lang.String | getCode() |
java.lang.String | getCurrency() |
java.lang.String | getDescription() |
java.lang.String | getField1() |
java.lang.String | getQuantityUnitId() |
java.lang.String | getStoreEntityId() |
void | setCalculationMethodId(java.lang.String newValue) |
void | setCalculationScaleId(java.lang.String newValue) |
void | setCalculationUsageId(java.lang.String newValue) |
void | setCode(java.lang.String newValue) |
void | setCurrency(java.lang.String newValue) |
void | setDescription(java.lang.String newValue) |
void | setField1(java.lang.String newValue) |
void | setQuantityUnitId(java.lang.String newValue) |
void | setStoreEntityId(java.lang.String newValue) |
Method Detail |
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getCalculationScaleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationScaleId(java.lang.String newValue)
public java.lang.String getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCode(java.lang.String newValue)
public java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField1(java.lang.String newValue)
public java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreEntityId(java.lang.String newValue)
public java.lang.String getCalculationMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationMethodId(java.lang.String newValue)
public java.lang.String getCalculationUsageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationUsageId(java.lang.String newValue)
public java.lang.String getQuantityUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setQuantityUnitId(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.