|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.InventoryReserveBean
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.
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 |
public InventoryReserveBean()
Method Detail |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aExpiration
- java.sql.Timestamppublic 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.
aFfmCenterId
- java.lang.Integerpublic 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.
aInvReserveId
- java.lang.Longpublic 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.
aInvRsrvTypeId
- java.lang.Longpublic 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.
aItemSpcId
- java.lang.Longpublic 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.
aLastUpdate
- java.sql.Timestamppublic 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.
aQuantity
- java.lang.Integerpublic 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.
aStoreId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |