com.ibm.commerce.inventory.objects
Class ExpectedInventoryRecordsDetailBean

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

public class ExpectedInventoryRecordsDetailBean
implements java.io.Serializable

This bean provides access to the RADETAIL table.

The following is a description of this table:

This table contains detailed information about items on an expected inventory record.

See Also:
Serialized Form

Constructor Summary
ExpectedInventoryRecordsDetailBean()
           
 
Method Summary
 java.sql.Timestamp getExpectedDate()
          This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getExpectedInventoryRecordsDetailComment()
          This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
 java.lang.Long getExpectedInventoryRecordsDetailId()
          This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getExpectedInventoryRecordsId()
          This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getFfmcenterId()
          This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.Long getItemspcId()
          This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.sql.Timestamp getLastupdate()
          This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyAllocated()
          This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyOrdered()
          This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyReceived()
          This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyRemaining()
          This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
 void setExpectedDate(java.sql.Timestamp aExpectedDate)
          This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
 void setExpectedInventoryRecordsDetailComment(java.lang.String aExpectedInventoryRecordsDetailComment)
          This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
 void setExpectedInventoryRecordsDetailId(java.lang.Long aExpectedInventoryRecordsDetailId)
          This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void setExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId)
          This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
 void setFfmcenterId(java.lang.Integer aFfmcenterId)
          This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setItemspcId(java.lang.Long aItemspcId)
          This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setQtyAllocated(java.lang.Integer aQtyAllocated)
          This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
 void setQtyOrdered(java.lang.Integer aQtyOrdered)
          This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
 void setQtyReceived(java.lang.Integer aQtyReceived)
          This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 void setQtyRemaining(java.lang.Integer aQtyRemaining)
          This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

ExpectedInventoryRecordsDetailBean

public ExpectedInventoryRecordsDetailBean()
Method Detail

getExpectedDate

public java.sql.Timestamp getExpectedDate()

This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the inventory is expected.

Returns:
java.sql.Timestamp

getExpectedInventoryRecordsDetailComment

public java.lang.String getExpectedInventoryRecordsDetailComment()

This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comment.

Returns:
java.lang.String

getExpectedInventoryRecordsDetailId

public java.lang.Long getExpectedInventoryRecordsDetailId()

This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

Returns:
java.lang.Long

getExpectedInventoryRecordsId

public java.lang.Long getExpectedInventoryRecordsId()

This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Expected inventory record identifier.

Returns:
java.lang.Long

getFfmcenterId

public java.lang.Integer getFfmcenterId()

This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

FulfillmentCenter identifier.

Returns:
java.lang.Integer

getItemspcId

public java.lang.Long getItemspcId()

This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

Returns:
java.lang.Long

getLastupdate

public java.sql.Timestamp getLastupdate()

This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of last update.

Returns:
java.sql.Timestamp

getMarkForDelete

public java.lang.Integer getMarkForDelete()

This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

Returns:
java.lang.Integer

getQtyAllocated

public java.lang.Integer getQtyAllocated()

This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity of expected inventory that has been allocated to backorders.

Returns:
java.lang.Integer

getQtyOrdered

public java.lang.Integer getQtyOrdered()

This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity ordered from vendor in this expected inventory record.

Returns:
java.lang.Integer

getQtyReceived

public java.lang.Integer getQtyReceived()

This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity received to date from the vendor for this expected inventory record.

Returns:
java.lang.Integer

getQtyRemaining

public java.lang.Integer getQtyRemaining()

This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.

Returns:
java.lang.Integer

setExpectedDate

public void setExpectedDate(java.sql.Timestamp aExpectedDate)

This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the inventory is expected.

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

setExpectedInventoryRecordsDetailComment

public void setExpectedInventoryRecordsDetailComment(java.lang.String aExpectedInventoryRecordsDetailComment)

This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comment.

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

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.Long aExpectedInventoryRecordsDetailId)

This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

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

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId)

This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Expected inventory record identifier.

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

setFfmcenterId

public void setFfmcenterId(java.lang.Integer aFfmcenterId)

This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

FulfillmentCenter identifier.

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

setItemspcId

public void setItemspcId(java.lang.Long aItemspcId)

This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the RADETAIL.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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

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

setQtyAllocated

public void setQtyAllocated(java.lang.Integer aQtyAllocated)

This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity of expected inventory that has been allocated to backorders.

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

setQtyOrdered

public void setQtyOrdered(java.lang.Integer aQtyOrdered)

This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity ordered from vendor in this expected inventory record.

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

setQtyReceived

public void setQtyReceived(java.lang.Integer aQtyReceived)

This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity received to date from the vendor for this expected inventory record.

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

setQtyRemaining

public void setQtyRemaining(java.lang.Integer aQtyRemaining)

This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.

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