com.ibm.commerce.catalog.objects
Class CatalogGroupDescriptionBean

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

public class CatalogGroupDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogGroupDescriptionBean

public CatalogGroupDescriptionBean()
Method Detail

getDisplay

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.

Returns:
java.lang.String

getFullIImage

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.

Returns:
java.lang.String

getKeyWord

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.

Returns:
java.lang.String

getMemberGroupId

public java.lang.Long getMemberGroupId()

IBM internal use only.

Returns:
java.lang.Long

getName

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.

Returns:
java.lang.String

getPublished

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.

Returns:
java.lang.Integer

getShortDescription

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.

Returns:
java.lang.String

getThumbNail

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.

Returns:
java.lang.String

setDisplay

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.

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

setFullIImage

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

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

setKeyWord

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

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

setMemberGroupId

public void setMemberGroupId(java.lang.Long aMemberGroupId)

IBM internal use only.

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

setName

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

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

setPublished

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

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

setShortDescription

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

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

setThumbNail

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

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