com.ibm.commerce.inventory.objects
Class OrderReleaseBean

com.ibm.commerce.inventory.objects.OrderReleaseBean
All Implemented Interfaces:
java.io.Serializable

public class OrderReleaseBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

OrderReleaseBean

public OrderReleaseBean()
Method Detail

getCaptureDate

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.

Returns:
java.sql.Timestamp

getCustomerConfirm

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.

Returns:
java.sql.Timestamp

getFfmacknowledgement

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.

Returns:
java.sql.Timestamp

getField1

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.

Returns:
java.lang.Integer

getField2

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.

Returns:
java.lang.String

getField3

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.

Returns:
java.lang.String

getLastupdate

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.

Returns:
java.sql.Timestamp

getOrderReleaseNum

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.

Returns:
java.lang.Integer

getOrdersId

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.

Returns:
java.lang.Long

getPickBatchId

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.

Returns:
java.lang.Long

getStatus

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).

Returns:
java.lang.String

getTimePlaced

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.

Returns:
java.sql.Timestamp

setCaptureDate

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.

Parameters:
aCaptureDate - java.sql.Timestamp
Returns:
void

setCustomerConfirm

public 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.

Parameters:
aCustomerConfirm - java.sql.Timestamp
Returns:
void

setFfmacknowledgement

public 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.

Parameters:
aFfmacknowledgement - java.sql.Timestamp
Returns:
void

setField1

public 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.

Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

public 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.

Parameters:
aField2 - java.lang.String
Returns:
void

setField3

public 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.

Parameters:
aField3 - java.lang.String
Returns:
void

setLastupdate

public 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.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void

setOrderReleaseNum

public 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.

Parameters:
aOrderReleaseNum - java.lang.Integer
Returns:
void

setOrdersId

public 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.

Parameters:
aOrdersId - java.lang.Long
Returns:
void

setPickBatchId

public 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.

Parameters:
aPickBatchId - java.lang.Long
Returns:
void

setStatus

public 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).

Parameters:
aStatus - java.lang.String
Returns:
void

setTimePlaced

public 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.

Parameters:
aTimePlaced - java.sql.Timestamp
Returns:
void