|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderItemComponentBean
This bean provides access to the OICOMPLIST table.
The following is a description of this table:
Each rows contains information about the components of a DynamicKit as defined for a particular OrderItem.
Constructor Summary | |
OrderItemComponentBean()
|
Method Summary | |
java.lang.Long |
getCatalogEntryId()
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT NULL. |
java.lang.Double |
getCatalogQuantity()
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.String |
getConfigurationId()
This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCurrency()
This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3) NULL. |
java.lang.Integer |
getInventoryQuantity()
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER NULL. |
java.lang.Long |
getItemSpecificationId()
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOrderItemComponentId()
This method provides access to the OICOMPLIST.OICOMPLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemId()
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getRequired()
This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) NULL. |
java.math.BigDecimal |
getUnitPrice()
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT NULL. |
void |
setCatalogQuantity(java.lang.Double aCatalogQuantity)
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE NULL. |
void |
setConfigurationId(java.lang.String aConfigurationId)
This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128) NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3) NULL. |
void |
setInventoryQuantity(java.lang.Integer aInventoryQuantity)
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER NULL. |
void |
setItemSpecificationId(java.lang.Long aItemSpecificationId)
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT NULL. |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
void |
setRequired(java.lang.String aRequired)
This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) NULL. |
void |
setUnitPrice(java.math.BigDecimal aUnitPrice)
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20,5) NULL. |
Constructor Detail |
public OrderItemComponentBean()
Method Detail |
public java.lang.Long getCatalogEntryId()
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The CatalogEntry that this component refers to.
public java.lang.Double getCatalogQuantity()
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
The quantity of the CatalogEntry for this component.
public java.lang.String getConfigurationId()
This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The configuration ID that is supplied by an external configurator to uniquely define a set of components that makes up a DynamicKit.
public java.lang.String getCurrency()
This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The currency of the unit price of this component. This is a currency code as per ISO 4217 standards.
public java.lang.Integer getInventoryQuantity()
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER NULL.
The following is a description of this column:
The quantity of the SpecifiedItem which is needed to satisfy an order for one unit of the DynamicKit.
public java.lang.Long getItemSpecificationId()
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The SpecifiedItem ID for the component.
public java.lang.Long getOrderItemComponentId()
This method provides access to the OICOMPLIST.OICOMPLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
public java.lang.Long getOrderItemId()
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The OrderItem to which this component is related.
public java.lang.String getRequired()
This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Indicates if this Item is required to build the Kit:
Y = Yes. If there is insufficient inventory for this Item, then the Kit must be backordered.
N = No. If there is insufficient inventory for this Item, the Kit may still be allocated.
public java.math.BigDecimal getUnitPrice()
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The unit price of this component.
public void setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The CatalogEntry that this component refers to.
aCatalogEntryId
- java.lang.Longpublic void setCatalogQuantity(java.lang.Double aCatalogQuantity)
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
The quantity of the CatalogEntry for this component.
aCatalogQuantity
- java.lang.Doublepublic void setConfigurationId(java.lang.String aConfigurationId)
This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The configuration ID that is supplied by an external configurator to uniquely define a set of components that makes up a DynamicKit.
aConfigurationId
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The currency of the unit price of this component. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setInventoryQuantity(java.lang.Integer aInventoryQuantity)
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER NULL.
The following is a description of this column:
The quantity of the SpecifiedItem which is needed to satisfy an order for one unit of the DynamicKit.
aInventoryQuantity
- java.lang.Integerpublic void setItemSpecificationId(java.lang.Long aItemSpecificationId)
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The SpecifiedItem ID for the component.
aItemSpecificationId
- java.lang.Longpublic void setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The OrderItem to which this component is related.
aOrderItemId
- java.lang.Longpublic void setRequired(java.lang.String aRequired)
This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Indicates if this Item is required to build the Kit:
Y = Yes. If there is insufficient inventory for this Item, then the Kit must be backordered.
N = No. If there is insufficient inventory for this Item, the Kit may still be allocated.
aRequired
- java.lang.Stringpublic void setUnitPrice(java.math.BigDecimal aUnitPrice)
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The unit price of this component.
aUnitPrice
- java.math.BigDecimal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |