|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.OrderReleaseBean
This bean provides access to the ORDRELEASE table.
The following is a description of this table:
Each row in this table represents an OrderRelease. An OrderRelease is a grouping of all OrderItems in an Order that are to be shipped to the same address using the same shipping mode from the same FulfillmentCenter at the same time.
Constructor Summary | |
OrderReleaseBean()
|
Method Summary | |
java.sql.Timestamp |
getCaptureDate()
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCustomerConfirm()
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getFfmacknowledgement()
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getField1()
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getOrderReleaseNum()
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getOrdersId()
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPickBatchId()
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getStatus()
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL. |
java.sql.Timestamp |
getTimePlaced()
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL. |
void |
setCaptureDate(java.sql.Timestamp aCaptureDate)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL. |
void |
setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL. |
void |
setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setPickBatchId(java.lang.Long aPickBatchId)
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL. |
void |
setTimePlaced(java.sql.Timestamp aTimePlaced)
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL. |
Constructor Detail |
public OrderReleaseBean()
Method Detail |
public java.sql.Timestamp getCaptureDate()
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time payment was captured for this release.
public java.sql.Timestamp getCustomerConfirm()
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
public java.sql.Timestamp getFfmacknowledgement()
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of fulfillment acknowledgement.
public java.lang.Integer getField1()
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.sql.Timestamp getLastupdate()
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the ORderRelease was last updated.
public java.lang.Integer getOrderReleaseNum()
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
public java.lang.Long getOrdersId()
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
public java.lang.Long getPickBatchId()
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
public java.lang.String getStatus()
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
The status of the release as follows:
SHIP = the release is ready to be shipped (this is the default initial status).
PRN = the release was included in a generated pickbatch.
MNF = the release shipment confirmation was received (manifested).
public java.sql.Timestamp getTimePlaced()
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the order was released for fulfillment.
public void setCaptureDate(java.sql.Timestamp aCaptureDate)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time payment was captured for this release.
aCaptureDate
- java.sql.Timestamppublic void setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
aCustomerConfirm
- java.sql.Timestamppublic void setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of fulfillment acknowledgement.
aFfmacknowledgement
- java.sql.Timestamppublic void setField1(java.lang.Integer aField1)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.lang.String aField2)
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the ORderRelease was last updated.
aLastupdate
- java.sql.Timestamppublic void setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
aOrderReleaseNum
- java.lang.Integerpublic void setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
aOrdersId
- java.lang.Longpublic void setPickBatchId(java.lang.Long aPickBatchId)
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
aPickBatchId
- java.lang.Longpublic void setStatus(java.lang.String aStatus)
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
The status of the release as follows:
SHIP = the release is ready to be shipped (this is the default initial status).
PRN = the release was included in a generated pickbatch.
MNF = the release shipment confirmation was received (manifested).
aStatus
- java.lang.Stringpublic void setTimePlaced(java.sql.Timestamp aTimePlaced)
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the order was released for fulfillment.
aTimePlaced
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |