com.ibm.commerce.payment.objects
Interface POPurchaseAmountAccessBeanData

All Known Implementing Classes:
POPurchaseAmountAccessBean

public interface POPurchaseAmountAccessBeanData

This class was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.


Method Summary
 java.lang.String getAmount()
           
 java.lang.String getBuyerPurchaseOrderId()
           
 java.lang.String getCurrency()
           
 java.lang.String getOrderId()
           
 void setAmount(java.lang.String newValue)
           
 void setBuyerPurchaseOrderId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setOrderId(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

getBuyerPurchaseOrderId

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

getOrderId

public java.lang.String getOrderId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

setAmount

public void setAmount(java.lang.String newValue)

setBuyerPurchaseOrderId

public void setBuyerPurchaseOrderId(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setOrderId

public void setOrderId(java.lang.String newValue)