|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.InventoryBean
This bean provides access to the INVENTORY table.
The following is a description of this table:
The inventory table. Refer to INVENTORY table: details for more information.
Constructor Summary | |
InventoryBean()
|
Method Summary | |
java.lang.Long |
getCatalogEntryId()
This method provides access to the INVENTORY.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getFulfillmentCenterId()
This method provides access to the INVENTORY.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInventoryFlags()
This method provides access to the INVENTORY.INVENTORYFLAGS column of DB2 type INTEGER NOT NULL. |
java.lang.Double |
getQuantity()
This method provides access to the INVENTORY.QUANTITY column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getQuantityMeasure()
This method provides access to the INVENTORY.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL. |
java.lang.Integer |
getStoreId()
This method provides access to the INVENTORY.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setInventoryFlags(java.lang.Integer aInventoryFlags)
This method provides access to the INVENTORY.INVENTORYFLAGS column of DB2 type INTEGER NOT NULL. |
void |
setQuantity(java.lang.Double aQuantity)
This method provides access to the INVENTORY.QUANTITY column of DB2 type FLOAT NOT NULL. |
void |
setQuantityMeasure(java.lang.String aQuantityMeasure)
This method provides access to the INVENTORY.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL. |
void |
setStoreId(java.lang.Integer aStoreId)
This method provides access to the INVENTORY.STORE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public InventoryBean()
Method Detail |
public java.lang.Long getCatalogEntryId()
This method provides access to the INVENTORY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry.
public java.lang.Integer getFulfillmentCenterId()
This method provides access to the INVENTORY.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
public java.lang.Integer getInventoryFlags()
This method provides access to the INVENTORY.INVENTORYFLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flags, from low to high order, indicating how QUANTITY is used:
1 = noUpdate. The default UpdateInventory task command does not update QUANTITY.
2 = noCheck. The default CheckInventory and UpdateInventory task commands do not check QUANTITY.
public java.lang.Double getQuantity()
This method provides access to the INVENTORY.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The quantity amount, in units indicated by QUANTITYMEASURE.
public java.lang.String getQuantityMeasure()
This method provides access to the INVENTORY.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The unit of measurement for QUANTITY.
public java.lang.Integer getStoreId()
This method provides access to the INVENTORY.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
public void setInventoryFlags(java.lang.Integer aInventoryFlags)
This method provides access to the INVENTORY.INVENTORYFLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flags, from low to high order, indicating how QUANTITY is used:
1 = noUpdate. The default UpdateInventory task command does not update QUANTITY.
2 = noCheck. The default CheckInventory and UpdateInventory task commands do not check QUANTITY.
aInventoryFlags
- java.lang.Integerpublic void setQuantity(java.lang.Double aQuantity)
This method provides access to the INVENTORY.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The quantity amount, in units indicated by QUANTITYMEASURE.
aQuantity
- java.lang.Doublepublic void setQuantityMeasure(java.lang.String aQuantityMeasure)
This method provides access to the INVENTORY.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The unit of measurement for QUANTITY.
aQuantityMeasure
- java.lang.Stringpublic void setStoreId(java.lang.Integer aStoreId)
This method provides access to the INVENTORY.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
aStoreId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |