|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.PickBatchBean
This bean provides access to the PICKBATCH table.
The following is a description of this table:
Contains pick batch information. A pick batch groups together order releases for their processing as a unit at a FulfillmentCenter (picking inventory for order items, packing them into boxes, shipping to customer through selected carrier).
Constructor Summary | |
PickBatchBean()
|
Method Summary | |
java.sql.Timestamp |
getDate1()
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getDate2()
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getField1()
This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the PICKBATCH.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField3()
This method provides access to the PICKBATCH.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getFufillmentCenterId()
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getMemberId()
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getPickBatchId()
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL. |
void |
setDate1(java.sql.Timestamp aDate1)
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP NULL. |
void |
setDate2(java.sql.Timestamp aDate2)
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the PICKBATCH.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the PICKBATCH.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setFufillmentCenterId(java.lang.Integer aFufillmentCenterId)
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT NULL. |
void |
setPickBatchId(java.lang.Long aPickBatchId)
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public PickBatchBean()
Method Detail |
public java.sql.Timestamp getDate1()
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Customizable.
public java.sql.Timestamp getDate2()
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getField1()
This method provides access to the PICKBATCH.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 PICKBATCH.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 PICKBATCH.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getFufillmentCenterId()
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter for which the pick batch was generated. Foreign key to FFMCENTER.
public java.sql.Timestamp getLastUpdate()
This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
public java.lang.Long getMemberId()
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the user who generated the pick batch.
public java.lang.Long getPickBatchId()
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key.
public void setDate1(java.sql.Timestamp aDate1)
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Customizable.
aDate1
- java.sql.Timestamppublic void setDate2(java.sql.Timestamp aDate2)
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Customizable.
aDate2
- java.sql.Timestamppublic void setField1(java.lang.Integer aField1)
This method provides access to the PICKBATCH.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 PICKBATCH.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 PICKBATCH.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setFufillmentCenterId(java.lang.Integer aFufillmentCenterId)
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter for which the pick batch was generated. Foreign key to FFMCENTER.
aFufillmentCenterId
- java.lang.Integerpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastUpdate
- java.sql.Timestamppublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the user who generated the pick batch.
aMemberId
- java.lang.Longpublic void setPickBatchId(java.lang.Long aPickBatchId)
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key.
aPickBatchId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |