com.ibm.commerce.ordermanagement.objects
Interface RMAChargeAccessBeanData

All Known Implementing Classes:
RMAChargeAccessBean

public interface RMAChargeAccessBeanData


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

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)