com.ibm.commerce.inventory.objects
Class PickBatchBean

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

public class PickBatchBean
implements java.io.Serializable

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

See Also:
Serialized Form

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

PickBatchBean

public PickBatchBean()
Method Detail

getDate1

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.

Returns:
java.sql.Timestamp

getDate2

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.

Returns:
java.sql.Timestamp

getField1

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.

Returns:
java.lang.Integer

getField2

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.

Returns:
java.lang.String

getField3

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.

Returns:
java.lang.String

getFufillmentCenterId

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.

Returns:
java.lang.Integer

getLastUpdate

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.

Returns:
java.sql.Timestamp

getMemberId

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.

Returns:
java.lang.Long

getPickBatchId

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.

Returns:
java.lang.Long

setDate1

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.

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

setDate2

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

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

setField1

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

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

setField2

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

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

setField3

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

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

setFufillmentCenterId

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

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

setLastUpdate

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

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

setMemberId

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

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

setPickBatchId

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

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