|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.payment.objects.InvoiceBean
This bean provides access to the INVOICE table.
The following is a description of this table:
This table stores the invoice XML generated for the order release. An order release is represented by a row in the ORDRELEASE table.
Constructor Summary | |
InvoiceBean()
|
Method Summary | |
java.lang.Long |
getInvoiceId()
This method provides access to the INVOICE.INVOICE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderId()
This method provides access to the INVOICE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getOrderReleaseNumber()
This method provides access to the INVOICE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getStatus()
This method provides access to the INVOICE.STATUS column of DB2 type CHAR(4) NULL. |
java.sql.Timestamp |
getTimeCreated()
This method provides access to the INVOICE.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setInvoiceId(java.lang.Long aInvoiceId)
This method provides access to the INVOICE.INVOICE_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the INVOICE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderReleaseNumber(java.lang.Integer aOrderReleaseNumber)
This method provides access to the INVOICE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the INVOICE.STATUS column of DB2 type CHAR(4) NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the INVOICE.TIMECREATED column of DB2 type TIMESTAMP NULL. |
Constructor Detail |
public InvoiceBean()
Method Detail |
public java.lang.Long getInvoiceId()
This method provides access to the INVOICE.INVOICE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row. Also used as the invoice number.
public java.lang.Long getOrderId()
This method provides access to the INVOICE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the order. The ORDERS_ID and the order release number together is the primary key to the row in the ORDRELEASE table.
public java.lang.Integer getOrderReleaseNumber()
This method provides access to the INVOICE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Order release number. The ORDERS_ID and the order release number together is the primary key to the row in the ORDRELEASE table.
public java.lang.String getStatus()
This method provides access to the INVOICE.STATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.sql.Timestamp getTimeCreated()
This method provides access to the INVOICE.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time the invoice XML is generated.
public void setInvoiceId(java.lang.Long aInvoiceId)
This method provides access to the INVOICE.INVOICE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row. Also used as the invoice number.
aInvoiceId
- java.lang.Longpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the INVOICE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the order. The ORDERS_ID and the order release number together is the primary key to the row in the ORDRELEASE table.
aOrderId
- java.lang.Longpublic void setOrderReleaseNumber(java.lang.Integer aOrderReleaseNumber)
This method provides access to the INVOICE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Order release number. The ORDERS_ID and the order release number together is the primary key to the row in the ORDRELEASE table.
aOrderReleaseNumber
- java.lang.Integerpublic void setStatus(java.lang.String aStatus)
This method provides access to the INVOICE.STATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aStatus
- java.lang.Stringpublic void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the INVOICE.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time the invoice XML is generated.
aTimeCreated
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |