public interface InvoiceAccessBeanData
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String getOrderReleaseNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setOrderReleaseNumber(java.lang.String newValue)
java.lang.String getInvoiceId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setInvoiceId(java.lang.String newValue)
java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setStatus(java.lang.String newValue)
java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setOrderId(java.lang.String newValue)
java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setTimeCreated(java.lang.String newValue)
java.lang.String getInvoiceXML() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setInvoiceXML(java.lang.String newValue)