com.ibm.commerce.fulfillment.objects
Class CatalogEntryCalculationCodeBean

com.ibm.commerce.fulfillment.objects.CatalogEntryCalculationCodeBean
All Implemented Interfaces:
java.io.Serializable

public class CatalogEntryCalculationCodeBean
implements java.io.Serializable

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).

See Also:
Serialized Form

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

CatalogEntryCalculationCodeBean

public CatalogEntryCalculationCodeBean()
Method Detail

getCalculationCodeId

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.

Returns:
java.lang.Integer

getCatalogEntryCalculationCodeId

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.

Returns:
java.lang.Long

getCatalogEntryId

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.

Returns:
java.lang.Long

getContractId

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.

Returns:
java.lang.Long

getStoreId

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.

Returns:
java.lang.Integer

setCalculationCodeId

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.

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

setCatalogEntryId

public 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.

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

setContractId

public 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.

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

setStoreId

public 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.

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