com.ibm.commerce.payment.objects
Interface BuyerPurchaseOrderAccessBeanData

All Known Implementing Classes:
BuyerPurchaseOrderAccessBean

public interface BuyerPurchaseOrderAccessBeanData

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 getAccountId()
           
 java.lang.String getAmount()
           
 java.lang.String getBuyerPurchaseOrderId()
           
 java.lang.String getBuyerPurchaseOrderTypeId()
           
 java.lang.String getCurrency()
           
 java.lang.String getPurchaseOrderNumber()
           
 java.lang.String getState()
           
 void setAccountId(java.lang.String newValue)
           
 void setAmount(java.lang.String newValue)
           
 void setBuyerPurchaseOrderId(java.lang.String newValue)
           
 void setBuyerPurchaseOrderTypeId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setPurchaseOrderNumber(java.lang.String newValue)
           
 void setState(java.lang.String newValue)
           
 

Method Detail

getAccountId

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

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

getBuyerPurchaseOrderTypeId

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

getPurchaseOrderNumber

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

getState

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

setAccountId

public void setAccountId(java.lang.String newValue)

setAmount

public void setAmount(java.lang.String newValue)

setBuyerPurchaseOrderId

public void setBuyerPurchaseOrderId(java.lang.String newValue)

setBuyerPurchaseOrderTypeId

public void setBuyerPurchaseOrderTypeId(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setPurchaseOrderNumber

public void setPurchaseOrderNumber(java.lang.String newValue)

setState

public void setState(java.lang.String newValue)