|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogGroupTradingPositionRelBean
This bean provides access to the CATGRPTPC table.
The following is a description of this table:
This table relates master catalogs with trading position containers. Each catalog entry belonging to the indicated master catalog must have a standard price offer supplied for the specified trading position container.
Constructor Summary | |
CatalogGroupTradingPositionRelBean()
|
Method Summary | |
java.lang.Long |
getCatalogGroupId()
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogId()
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingPositionId()
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.Long aCatalogGroupId)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.Long aCatalogId)
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionId(java.lang.Long aTradingPositionId)
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public CatalogGroupTradingPositionRelBean()
Method Detail |
public java.lang.Long getCatalogGroupId()
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getCatalogId()
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the catalog.
public java.lang.Long getTradingPositionId()
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the trading position container.
public void setCatalogGroupId(java.lang.Long aCatalogGroupId)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aCatalogGroupId
- java.lang.Longpublic void setCatalogId(java.lang.Long aCatalogId)
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the catalog.
aCatalogId
- java.lang.Longpublic void setTradingPositionId(java.lang.Long aTradingPositionId)
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the trading position container.
aTradingPositionId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |