com.ibm.commerce.inventory.objects
Class RABackOrderAllocationBean

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

public class RABackOrderAllocationBean
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
RABackOrderAllocationBean()
           
 
Method Summary
 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.
 java.lang.Integer getRaBackAlloNum()
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 java.lang.Long getRaDetailId()
          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.
 void setRaBackAlloNum(java.lang.Integer aRaBackAlloNum)
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 void setRaDetailId(java.lang.Long aRaDetailId)
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

RABackOrderAllocationBean

public RABackOrderAllocationBean()
Method Detail

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

getRaBackAlloNum

public java.lang.Integer getRaBackAlloNum()

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

getRaDetailId

public java.lang.Long getRaDetailId()

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

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

setRaBackAlloNum

public void setRaBackAlloNum(java.lang.Integer aRaBackAlloNum)

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:
aRaBackAlloNum - java.lang.Integer
Returns:
void

setRaDetailId

public void setRaDetailId(java.lang.Long aRaDetailId)

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:
aRaDetailId - java.lang.Long
Returns:
void