This table stores charges or credits, applied to a return merchandise authorization (RMA), which are not for sellable products or services. This can be applicable to the entire RMA or to a specific RMA item, such as restocking fees or shipping credits.
Method Summary | |
---|---|
java.lang.String |
getAmount() |
java.lang.String |
getChargeTypeId() |
java.lang.String |
getCurrency() |
java.lang.String |
getRmaChargeId() |
java.lang.String |
getRmaId() |
java.lang.String |
getRmaItemId() |
void |
setAmount(java.lang.String newValue) |
void |
setChargeTypeId(java.lang.String newValue) |
void |
setCurrency(java.lang.String newValue) |
void |
setRmaChargeId(java.lang.String newValue) |
void |
setRmaId(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 getCurrency() 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 setCurrency(java.lang.String newValue)
public java.lang.String getChargeTypeId() 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 setChargeTypeId(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 getRmaChargeId() 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 setRmaChargeId(java.lang.String newValue)
public java.lang.String getRmaId() 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 setRmaId(java.lang.String newValue)