com.ibm.commerce.ordermanagement.objects
Interface RMAChargeAccessBeanData
- All Known Implementing Classes:
- RMAChargeAccessBean
- public interface RMAChargeAccessBeanData
getAmount
public java.lang.String getAmount()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getChargeTypeId
public java.lang.String getChargeTypeId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getCurrency
public java.lang.String getCurrency()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getRmaChargeId
public java.lang.String getRmaChargeId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getRmaId
public java.lang.String getRmaId()
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)
setChargeTypeId
public void setChargeTypeId(java.lang.String newValue)
setCurrency
public void setCurrency(java.lang.String newValue)
setRmaChargeId
public void setRmaChargeId(java.lang.String newValue)
setRmaId
public void setRmaId(java.lang.String newValue)
setRmaItemId
public void setRmaItemId(java.lang.String newValue)