com.ibm.commerce.payment.objects
Interface InvoiceAccessBeanData

All Known Implementing Classes:
InvoiceAccessBean

public interface InvoiceAccessBeanData


Method Summary
 java.lang.String getInvoiceId()
           
 java.lang.String getInvoiceXML()
           
 java.lang.String getOrderId()
           
 java.lang.String getOrderReleaseNumber()
           
 java.lang.String getStatus()
           
 java.lang.String getTimeCreated()
           
 void setInvoiceId(java.lang.String newValue)
           
 void setInvoiceXML(java.lang.String newValue)
           
 void setOrderId(java.lang.String newValue)
           
 void setOrderReleaseNumber(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setTimeCreated(java.lang.String newValue)
           
 

Method Detail

getInvoiceId

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

getInvoiceXML

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

getOrderReleaseNumber

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

getStatus

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

getTimeCreated

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

setInvoiceId

public void setInvoiceId(java.lang.String newValue)

setInvoiceXML

public void setInvoiceXML(java.lang.String newValue)

setOrderId

public void setOrderId(java.lang.String newValue)

setOrderReleaseNumber

public void setOrderReleaseNumber(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setTimeCreated

public void setTimeCreated(java.lang.String newValue)