com.ibm.commerce.ordermanagement.objects
Interface RMAItemAdjustmentCreditAccessBeanData

All Known Implementing Classes:
RMAItemAdjustmentCreditAccessBean

public interface RMAItemAdjustmentCreditAccessBeanData


Method Summary
 java.lang.String getAmount()
           
 java.lang.String getOrderAdjustId()
           
 java.lang.String getRmaItemAdjustmentCreditId()
           
 java.lang.String getRmaItemId()
           
 void setAmount(java.lang.String newValue)
           
 void setOrderAdjustId(java.lang.String newValue)
           
 void setRmaItemAdjustmentCreditId(java.lang.String newValue)
           
 void setRmaItemId(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

getOrderAdjustId

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

getRmaItemAdjustmentCreditId

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

getRmaItemId

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

setAmount

public void setAmount(java.lang.String newValue)

setOrderAdjustId

public void setOrderAdjustId(java.lang.String newValue)

setRmaItemAdjustmentCreditId

public void setRmaItemAdjustmentCreditId(java.lang.String newValue)

setRmaItemId

public void setRmaItemId(java.lang.String newValue)