This table stores return merchandise authorization (RMA) item adjustment credits. These are the portion of an order item adjustment that is to be refunded to the buyer.
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 |
---|
public java.lang.String getAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAmount(java.lang.String newValue)
public java.lang.String getRmaItemAdjustmentCreditId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaItemAdjustmentCreditId(java.lang.String newValue)
public java.lang.String getRmaItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaItemId(java.lang.String newValue)
public java.lang.String getOrderAdjustId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderAdjustId(java.lang.String newValue)