com.ibm.commerce.order.objects
Interface OrderAdjustmentAccessBeanData

All Known Implementing Classes:
OrderAdjustmentAccessBean

public interface OrderAdjustmentAccessBeanData


Method Summary
 java.lang.String getAmount()
           
 java.lang.String getCalculationCodeId()
           
 java.lang.String getCalculationUsageId()
           
 java.lang.String getDisplayLevel()
           
 java.lang.String getOrderAdjustmentId()
           
 java.lang.String getOrderId()
           
 void setAmount(java.lang.String newValue)
           
 void setCalculationCodeId(java.lang.String newValue)
           
 void setCalculationUsageId(java.lang.String newValue)
           
 void setDisplayLevel(java.lang.String newValue)
           
 void setOrderId(java.lang.String newValue)
           
 

Method Detail

getAmount

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

getCalculationCodeId

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

getCalculationUsageId

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

getDisplayLevel

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

getOrderAdjustmentId

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

getOrderId

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

setAmount

public void setAmount(java.lang.String newValue)

setCalculationCodeId

public void setCalculationCodeId(java.lang.String newValue)

setCalculationUsageId

public void setCalculationUsageId(java.lang.String newValue)

setDisplayLevel

public void setDisplayLevel(java.lang.String newValue)

setOrderId

public void setOrderId(java.lang.String newValue)