com.ibm.commerce.catalog.objects
Class CatalogCatalogGroupRelationBean

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

public class CatalogCatalogGroupRelationBean
implements java.io.Serializable

This bean provides access to the CATTOGRP table.

The following is a description of this table:

This table identifies the root CatalogGroups (or root Categories) contained within a Catalog.

See Also:
Serialized Form

Constructor Summary
CatalogCatalogGroupRelationBean()
           
 
Method Summary
 java.lang.Long getCatalogGroupReferenceNumber()
          This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getCatalogReferenceNumber()
          This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
 java.sql.Timestamp getLastUpdate()
          This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Double getSequence()
          This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.
 void setCatalogGroupReferenceNumber(java.lang.Long aCatalogGroupReferenceNumber)
          This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
 void setCatalogReferenceNumber(java.lang.Long aCatalogReferenceNumber)
          This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setSequence(java.lang.Double aSequence)
          This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.
 

Constructor Detail

CatalogCatalogGroupRelationBean

public CatalogCatalogGroupRelationBean()
Method Detail

getCatalogGroupReferenceNumber

public java.lang.Long getCatalogGroupReferenceNumber()

This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number of the CatalogGroup.

Returns:
java.lang.Long

getCatalogReferenceNumber

public java.lang.Long getCatalogReferenceNumber()

This method provides access to the CATTOGRP.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

getLastUpdate

public java.sql.Timestamp getLastUpdate()

This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The last time that this relationship was updated.

Returns:
java.sql.Timestamp

getSequence

public java.lang.Double getSequence()

This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.

The following is a description of this column:

The sequence number used to determine display order.

Returns:
java.lang.Double

setCatalogGroupReferenceNumber

public void setCatalogGroupReferenceNumber(java.lang.Long aCatalogGroupReferenceNumber)

This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number of the CatalogGroup.

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

setCatalogReferenceNumber

public void setCatalogReferenceNumber(java.lang.Long aCatalogReferenceNumber)

This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number of the Catalog.

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

setLastUpdate

public void setLastUpdate(java.sql.Timestamp aLastUpdate)

This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The last time that this relationship was updated.

Parameters:
aLastUpdate - java.sql.Timestamp
Returns:
void

setSequence

public void setSequence(java.lang.Double aSequence)

This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.

The following is a description of this column:

The sequence number used to determine display order.

Parameters:
aSequence - java.lang.Double
Returns:
void