|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogGroupDescriptionBean
This bean provides access to the CATGRPDESC table.
The following is a description of this table:
This table hold the language-dependent information related to a CatalogGroup.
Constructor Summary | |
CatalogGroupDescriptionBean()
|
Method Summary | |
java.lang.String |
getDisplay()
This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getFullIImage()
This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getKeyWord()
This method provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getMemberGroupId()
IBM internal use only. |
java.lang.String |
getName()
This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.Integer |
getPublished()
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShortDescription()
This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getThumbNail()
This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL. |
void |
setDisplay(java.lang.String aDisplay)
This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254) NULL. |
void |
setFullIImage(java.lang.String aFullIImage)
This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL. |
void |
setKeyWord(java.lang.String aKeyWord)
This method provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254) NULL. |
void |
setMemberGroupId(java.lang.Long aMemberGroupId)
IBM internal use only. |
void |
setName(java.lang.String aName)
This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setPublished(java.lang.Integer aPublished)
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
void |
setShortDescription(java.lang.String aShortDescription)
This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setThumbNail(java.lang.String aThumbNail)
This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public CatalogGroupDescriptionBean()
Method Detail |
public java.lang.String getDisplay()
This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getFullIImage()
This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The full image path of this CatalogGroup.
public java.lang.String getKeyWord()
This method provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A keyword used for searching.
public java.lang.Long getMemberGroupId()
IBM internal use only.
public java.lang.String getName()
This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this CatalogGroup.
public java.lang.Integer getPublished()
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogGroup should be displayed for the language indicated by LANGUAGE_ID: 0=no, 1=yes.
public java.lang.String getShortDescription()
This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of this CatalogGroup.
public java.lang.String getThumbNail()
This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The thumbnail image path of this CatalogGroup.
public void setDisplay(java.lang.String aDisplay)
This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aDisplay
- java.lang.Stringpublic void setFullIImage(java.lang.String aFullIImage)
This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The full image path of this CatalogGroup.
aFullIImage
- java.lang.Stringpublic void setKeyWord(java.lang.String aKeyWord)
This method provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A keyword used for searching.
aKeyWord
- java.lang.Stringpublic void setMemberGroupId(java.lang.Long aMemberGroupId)
IBM internal use only.
aMemberGroupId
- java.lang.Longpublic void setName(java.lang.String aName)
This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this CatalogGroup.
aName
- java.lang.Stringpublic void setPublished(java.lang.Integer aPublished)
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogGroup should be displayed for the language indicated by LANGUAGE_ID: 0=no, 1=yes.
aPublished
- java.lang.Integerpublic void setShortDescription(java.lang.String aShortDescription)
This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of this CatalogGroup.
aShortDescription
- java.lang.Stringpublic void setThumbNail(java.lang.String aThumbNail)
This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The thumbnail image path of this CatalogGroup.
aThumbNail
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |