|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogGroupCatalogEntryRelationBean
This bean provides access to the CATGPENREL table.
The following is a description of this table:
This table relates CatalogGroups (or Categories) to the CatalogEntries that are inside them. You can also use this table to dictate the navigational flow from CatalogGroups to CatalogEntries. Each relationship is also qualified by a Catalog ID.
Constructor Summary | |
CatalogGroupCatalogEntryRelationBean()
|
Method Summary | |
java.lang.Long |
getCatalogEntryId()
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogGroupId()
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogId()
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getRule()
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL. |
java.lang.Double |
getSequence()
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.Long aCatalogGroupId)
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.Long aCatalogId)
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setRule(java.lang.String aRule)
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL. |
void |
setSequence(java.lang.Double aSequence)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
Constructor Detail |
public CatalogGroupCatalogEntryRelationBean()
Method Detail |
public java.lang.Long getCatalogEntryId()
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The target CatalogEntry of this relationship.
public java.lang.Long getCatalogGroupId()
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The source CatalogGroup of this relationship.
public java.lang.Long getCatalogId()
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog inside of which this relationship is found.
public java.sql.Timestamp getLastUpdate()
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time that this relationship was updated.
public java.lang.String getRule()
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Double getSequence()
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number that determines the display order of the contents of the CatalogGroup.
public void setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The target CatalogEntry of this relationship.
aCatalogEntryId
- java.lang.Longpublic void setCatalogGroupId(java.lang.Long aCatalogGroupId)
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The source CatalogGroup of this relationship.
aCatalogGroupId
- java.lang.Longpublic void setCatalogId(java.lang.Long aCatalogId)
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog inside of which this relationship is found.
aCatalogId
- java.lang.Longpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time that this relationship was updated.
aLastUpdate
- java.sql.Timestamppublic void setRule(java.lang.String aRule)
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aRule
- java.lang.Stringpublic void setSequence(java.lang.Double aSequence)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number that determines the display order of the contents of the CatalogGroup.
aSequence
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |