com.ibm.commerce.catalog.objects
Class CatalogGroupPageRelationBean

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

public class CatalogGroupPageRelationBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogGroupPageRelationBean

public CatalogGroupPageRelationBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getDevicetype_id

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.

Returns:
java.lang.String

getField1

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.

Returns:
java.lang.String

getField2

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.

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

getMemberGroupId

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.

Returns:
java.lang.Long

getOid

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.

Returns:
java.lang.String

getPageName

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.

Returns:
java.lang.String

getRank

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.

Returns:
java.lang.Double

getStoreent_id

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.

Returns:
java.lang.Integer

setDescription

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.

Parameters:
aDescription - java.lang.String
Returns:
void

setDevicetype_id

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

Parameters:
aDevicetype_id - java.lang.String
Returns:
void

setField1

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

Parameters:
aField1 - java.lang.String
Returns:
void

setField2

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

Parameters:
aField2 - java.lang.String
Returns:
void

setLanguageId

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

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setMemberGroupId

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

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

setOid

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

Parameters:
aOid - java.lang.String
Returns:
void

setPageName

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

Parameters:
aPageName - java.lang.String
Returns:
void

setRank

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

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

setStoreent_id

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

Parameters:
aStoreent_id - java.lang.Integer
Returns:
void