|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogCatalogGroupRelationBean
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.
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 |
public CatalogCatalogGroupRelationBean()
Method Detail |
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.
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.
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.
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.
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.
aCatalogGroupReferenceNumber
- java.lang.Longpublic 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.
aCatalogReferenceNumber
- java.lang.Longpublic 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.
aLastUpdate
- java.sql.Timestamppublic 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.
aSequence
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |