This table stores the invoice XML generated for the order release. An order release is represented by a row in the ORDRELEASE table.
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 |
---|
public java.lang.String getOrderReleaseNumber() 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
public void setOrderReleaseNumber(java.lang.String newValue)
public java.lang.String getInvoiceId() 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
public void setInvoiceId(java.lang.String newValue)
public java.lang.String getStatus() 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
public void setStatus(java.lang.String newValue)
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
public void setOrderId(java.lang.String newValue)
public java.lang.String getTimeCreated() 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
public void setTimeCreated(java.lang.String newValue)
public java.lang.String getInvoiceXML() 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
public void setInvoiceXML(java.lang.String newValue)