|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.CatalogEntryCalculationCodeBean
This bean provides access to the CATENCALCD table.
The following is a description of this table:
A row in this table indicates that a CalculationCode is attached to a CatalogEntry and its PRODUCT_ITEM children (or all CatalogEntries) for the specified Store and TradingAgreement (or all TradingAgreements).
Constructor Summary | |
CatalogEntryCalculationCodeBean()
|
Method Summary | |
java.lang.Integer |
getCalculationCodeId()
This method provides access to the CATENCALCD.CATENCALCD_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryCalculationCodeId()
This method provides access to the CATENCALCD.CATENCALCD_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryId()
This method provides access to the CATENCALCD.CATENTRY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getContractId()
This method provides access to the CATENCALCD.TRADING_ID column of DB2 type BIGINT NULL. |
java.lang.Integer |
getStoreId()
This method provides access to the CATENCALCD.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the CATENCALCD.CATENCALCD_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the CATENCALCD.CATENTRY_ID column of DB2 type BIGINT NULL. |
void |
setContractId(java.lang.Long aContractId)
This method provides access to the CATENCALCD.TRADING_ID column of DB2 type BIGINT NULL. |
void |
setStoreId(java.lang.Integer aStoreId)
This method provides access to the CATENCALCD.STORE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public CatalogEntryCalculationCodeBean()
Method Detail |
public java.lang.Integer getCalculationCodeId()
This method provides access to the CATENCALCD.CATENCALCD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getCatalogEntryCalculationCodeId()
This method provides access to the CATENCALCD.CATENCALCD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getCatalogEntryId()
This method provides access to the CATENCALCD.CATENTRY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The CatalogEntry. NULL implies all CatalogEntries. If the CatalogEntry has children in the CATENTREL table with a CATRELTYPE_ID of "PRODUCT_ITEM", then the CalculationCode is also attached to those children.
public java.lang.Long getContractId()
This method provides access to the CATENCALCD.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The TradingAgreement. NULL implies all TradingAgreements.
public java.lang.Integer getStoreId()
This method provides access to the CATENCALCD.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
public void setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the CATENCALCD.CATENCALCD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aCalculationCodeId
- java.lang.Integerpublic void setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the CATENCALCD.CATENTRY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The CatalogEntry. NULL implies all CatalogEntries. If the CatalogEntry has children in the CATENTREL table with a CATRELTYPE_ID of "PRODUCT_ITEM", then the CalculationCode is also attached to those children.
aCatalogEntryId
- java.lang.Longpublic void setContractId(java.lang.Long aContractId)
This method provides access to the CATENCALCD.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The TradingAgreement. NULL implies all TradingAgreements.
aContractId
- java.lang.Longpublic void setStoreId(java.lang.Integer aStoreId)
This method provides access to the CATENCALCD.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 |