com.ibm.commerce.inventory.objects
Class InventoryReserveBean

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

public class InventoryReserveBean
implements java.io.Serializable

This bean provides access to the INVRESERVE table.

The following is a description of this table:

Each row contains information about existing inventory that has been reserved for such purposes as auctions. This reserved inventory is not available for customer orders until the reservation is reversed.

See Also:
Serialized Form

Constructor Summary
InventoryReserveBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.sql.Timestamp getExpiration()
          This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.
 java.lang.Integer getFfmCenterId()
          This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.Long getInvReserveId()
          This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getInvRsrvTypeId()
          This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getItemSpcId()
          This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT NULL.
 java.sql.Timestamp getLastUpdate()
          This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Integer getQuantity()
          This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.
 java.lang.Integer getStoreId()
          This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setExpiration(java.sql.Timestamp aExpiration)
          This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.
 void setFfmCenterId(java.lang.Integer aFfmCenterId)
          This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setInvReserveId(java.lang.Long aInvReserveId)
          This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
 void setInvRsrvTypeId(java.lang.Long aInvRsrvTypeId)
          This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
 void setItemSpcId(java.lang.Long aItemSpcId)
          This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT NULL.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setQuantity(java.lang.Integer aQuantity)
          This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.
 void setStoreId(java.lang.Integer aStoreId)
          This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER NULL.
 

Constructor Detail

InventoryReserveBean

public InventoryReserveBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

Descriptive information about this reservation.

Returns:
java.lang.String

getExpiration

public java.sql.Timestamp getExpiration()

This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date and time when this reservation will expire.

Returns:
java.sql.Timestamp

getFfmCenterId

public java.lang.Integer getFfmCenterId()

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

The following is a description of this column:

The FulfillmentCenter which holds the reserved inventory.

Returns:
java.lang.Integer

getInvReserveId

public java.lang.Long getInvReserveId()

This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

System generated unique identifier.

Returns:
java.lang.Long

getInvRsrvTypeId

public java.lang.Long getInvRsrvTypeId()

This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.

Returns:
java.lang.Long

getItemSpcId

public java.lang.Long getItemSpcId()

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

The following is a description of this column:

The identifier for the item being reserved.

Returns:
java.lang.Long

getLastUpdate

public java.sql.Timestamp getLastUpdate()

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

The following is a description of this column:

The last time the row was updated.

Returns:
java.sql.Timestamp

getQuantity

public java.lang.Integer getQuantity()

This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

The quantity of the reservation.

Returns:
java.lang.Integer

getStoreId

public java.lang.Integer getStoreId()

This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The Store which owns the inventory.

Returns:
java.lang.Integer

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

Descriptive information about this reservation.

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

setExpiration

public void setExpiration(java.sql.Timestamp aExpiration)

This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date and time when this reservation will expire.

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

setFfmCenterId

public void setFfmCenterId(java.lang.Integer aFfmCenterId)

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

The following is a description of this column:

The FulfillmentCenter which holds the reserved inventory.

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

setInvReserveId

public void setInvReserveId(java.lang.Long aInvReserveId)

This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

System generated unique identifier.

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

setInvRsrvTypeId

public void setInvRsrvTypeId(java.lang.Long aInvRsrvTypeId)

This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.

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

setItemSpcId

public void setItemSpcId(java.lang.Long aItemSpcId)

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

The following is a description of this column:

The identifier for the item being reserved.

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

setLastUpdate

public void setLastUpdate(java.sql.Timestamp aLastUpdate)

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

The following is a description of this column:

The last time the row was updated.

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

setQuantity

public void setQuantity(java.lang.Integer aQuantity)

This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

The quantity of the reservation.

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

setStoreId

public void setStoreId(java.lang.Integer aStoreId)

This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The Store which owns the inventory.

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