com.ibm.commerce.catalog.objects
Class CatalogGroupTradingPositionRelBean

com.ibm.commerce.catalog.objects.CatalogGroupTradingPositionRelBean
All Implemented Interfaces:
java.io.Serializable

public class CatalogGroupTradingPositionRelBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogGroupTradingPositionRelBean

public CatalogGroupTradingPositionRelBean()
Method Detail

getCatalogGroupId

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.

Returns:
java.lang.Long

getCatalogId

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.

Returns:
java.lang.Long

getTradingPositionId

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.

Returns:
java.lang.Long

setCatalogGroupId

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.

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

setCatalogId

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

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

setTradingPositionId

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

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