|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogGroupPageRelationBean
This bean provides access to the DISPCGPREL table.
The following is a description of this table:
This table holds the page names used to display CatalogGroups. Selection is based on Store, MemberGroup, DeviceType, CatalogGroup, Language, or any combination of the above. If many pages satisfy the criteria, the page that best fits will be chosen.
Constructor Summary | |
CatalogGroupPageRelationBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the DISPCGPREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDevicetype_id()
This method provides access to the DISPCGPREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getField1()
This method provides access to the DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField2()
This method provides access to the DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
java.lang.Long |
getMemberGroupId()
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOid()
This method provides access to the DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getPageName()
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.Double |
getRank()
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL. |
java.lang.Integer |
getStoreent_id()
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the DISPCGPREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setDevicetype_id(java.lang.String aDevicetype_id)
This method provides access to the DISPCGPREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
void |
setMemberGroupId(java.lang.Long aMemberGroupId)
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setOid(java.lang.String aOid)
This method provides access to the DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL. |
void |
setPageName(java.lang.String aPageName)
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setRank(java.lang.Double aRank)
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL. |
void |
setStoreent_id(java.lang.Integer aStoreent_id)
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public CatalogGroupPageRelationBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the DISPCGPREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A descriptive comment of this entry.
public java.lang.String getDevicetype_id()
This method provides access to the DISPCGPREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the device type that the page will be displayed on. Foreign key to the DEVICEFMT table.
public java.lang.String getField1()
This method provides access to the DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getLanguageId()
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The language that this page displays. For a list of language components, see the LANGUAGE table.
public java.lang.Long getMemberGroupId()
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the MemberGroup for which this template page will be displayed. A value of 0 indicates that this template page will be used for all MemberGroups.
public java.lang.String getOid()
This method provides access to the DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getPageName()
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name and path of the display page template.
public java.lang.Double getRank()
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL.
The following is a description of this column:
A sequence number used to break ties when more than one page satisfies the selection criteria.
public java.lang.Integer getStoreent_id()
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the Store for which this page will be displayed.
public void setDescription(java.lang.String aDescription)
This method provides access to the DISPCGPREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A descriptive comment of this entry.
aDescription
- java.lang.Stringpublic void setDevicetype_id(java.lang.String aDevicetype_id)
This method provides access to the DISPCGPREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the device type that the page will be displayed on. Foreign key to the DEVICEFMT table.
aDevicetype_id
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The language that this page displays. For a list of language components, see the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setMemberGroupId(java.lang.Long aMemberGroupId)
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the MemberGroup for which this template page will be displayed. A value of 0 indicates that this template page will be used for all MemberGroups.
aMemberGroupId
- java.lang.Longpublic void setOid(java.lang.String aOid)
This method provides access to the DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aOid
- java.lang.Stringpublic void setPageName(java.lang.String aPageName)
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name and path of the display page template.
aPageName
- java.lang.Stringpublic void setRank(java.lang.Double aRank)
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL.
The following is a description of this column:
A sequence number used to break ties when more than one page satisfies the selection criteria.
aRank
- java.lang.Doublepublic void setStoreent_id(java.lang.Integer aStoreent_id)
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the Store for which this page will be displayed.
aStoreent_id
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |