com.ibm.commerce.payment.objects
Interface TradingRefundAmountAccessBeanData

All Known Implementing Classes:
TradingRefundAmountAccessBean

public interface TradingRefundAmountAccessBeanData

This table is used to keep track of Refund Amounts by Trading Agreements, by Orders and by RMA ID.


Method Summary
 java.lang.String getAmount()
           
 java.lang.String getCurrency()
           
 java.lang.String getOrderId()
           
 java.lang.String getRmaId()
           
 java.lang.String getTradingId()
           
 void setAmount(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setOrderId(java.lang.String newValue)
           
 void setRmaId(java.lang.String newValue)
           
 void setTradingId(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
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
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOrderId

public java.lang.String getOrderId()
                            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

getRmaId

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

getTradingId

public java.lang.String getTradingId()
                              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

setAmount

public void setAmount(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setOrderId

public void setOrderId(java.lang.String newValue)

setRmaId

public void setRmaId(java.lang.String newValue)

setTradingId

public void setTradingId(java.lang.String newValue)