com.ibm.commerce.inventory.objects
Class ExpectedInventoryRecordsBackOrderAllocationBean

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

public class ExpectedInventoryRecordsBackOrderAllocationBean
implements java.io.Serializable

This bean provides access to the RABACKALLO table.

The following is a description of this table:

Each row contains information about how backorders are allocated against expected inventory.

See Also:
Serialized Form

Constructor Summary
ExpectedInventoryRecordsBackOrderAllocationBean()
           
 
Method Summary
 java.lang.Integer getExpectedInventoryRecordsBackAlloNum()
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 java.lang.Long getExpectedInventoryRecordsDetailId()
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getItemSpcId()
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.sql.Timestamp getLastupdate()
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Long getOrderitemsId()
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getQtyAllocated()
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 void setExpectedInventoryRecordsBackAlloNum(java.lang.Integer aExpectedInventoryRecordsBackAlloNum)
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 void setExpectedInventoryRecordsDetailId(java.lang.Long aExpectedInventoryRecordsDetailId)
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void setItemSpcId(java.lang.Long aItemSpcId)
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setOrderitemsId(java.lang.Long aOrderitemsId)
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setQtyAllocated(java.lang.Integer aQtyAllocated)
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 

Constructor Detail

ExpectedInventoryRecordsBackOrderAllocationBean

public ExpectedInventoryRecordsBackOrderAllocationBean()
Method Detail

getExpectedInventoryRecordsBackAlloNum

public java.lang.Integer getExpectedInventoryRecordsBackAlloNum()

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

Returns:
java.lang.Integer

getExpectedInventoryRecordsDetailId

public java.lang.Long getExpectedInventoryRecordsDetailId()

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

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

Returns:
java.lang.Long

getItemSpcId

public java.lang.Long getItemSpcId()

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

The following is a description of this column:

The backordered item.

Returns:
java.lang.Long

getLastupdate

public java.sql.Timestamp getLastupdate()

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

The following is a description of this column:

Timestamp of the last update.

Returns:
java.sql.Timestamp

getOrderitemsId

public java.lang.Long getOrderitemsId()

This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

Returns:
java.lang.Long

getQtyAllocated

public java.lang.Integer getQtyAllocated()

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

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

Returns:
java.lang.Integer

setExpectedInventoryRecordsBackAlloNum

public void setExpectedInventoryRecordsBackAlloNum(java.lang.Integer aExpectedInventoryRecordsBackAlloNum)

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

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

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.Long aExpectedInventoryRecordsDetailId)

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

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

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

setItemSpcId

public void setItemSpcId(java.lang.Long aItemSpcId)

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

The following is a description of this column:

The backordered item.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

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

The following is a description of this column:

Timestamp of the last update.

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

setOrderitemsId

public void setOrderitemsId(java.lang.Long aOrderitemsId)

This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

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

setQtyAllocated

public void setQtyAllocated(java.lang.Integer aQtyAllocated)

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

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

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