com.ibm.commerce.catalog.objects
Class CatalogDescriptionBean

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

public class CatalogDescriptionBean
implements java.io.Serializable

This bean provides access to the CATALOGDSC table.

The following is a description of this table:

This table holds language-dependent information related to a Catalog.

See Also:
Serialized Form

Constructor Summary
CatalogDescriptionBean()
           
 
Method Summary
 java.lang.String getFullIImage()
          This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
 java.lang.String getName()
          This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.
 java.lang.String getShortDescription()
          This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getThumbNail()
          This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
 void setFullIImage(java.lang.String aFullIImage)
          This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
 void setName(java.lang.String aName)
          This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.
 void setShortDescription(java.lang.String aShortDescription)
          This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setThumbNail(java.lang.String aThumbNail)
          This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
 

Constructor Detail

CatalogDescriptionBean

public CatalogDescriptionBean()
Method Detail

getFullIImage

public java.lang.String getFullIImage()

This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The image path of this Catalog.

Returns:
java.lang.String

getName

public java.lang.String getName()

This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The language-dependent name of this Catalog.

Returns:
java.lang.String

getShortDescription

public java.lang.String getShortDescription()

This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A short description of this Catalog.

Returns:
java.lang.String

getThumbNail

public java.lang.String getThumbNail()

This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The thumbnail image path of this Catalog.

Returns:
java.lang.String

setFullIImage

public void setFullIImage(java.lang.String aFullIImage)

This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The image path of this Catalog.

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

setName

public void setName(java.lang.String aName)

This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The language-dependent name of this Catalog.

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

setShortDescription

public void setShortDescription(java.lang.String aShortDescription)

This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A short description of this Catalog.

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

setThumbNail

public void setThumbNail(java.lang.String aThumbNail)

This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The thumbnail image path of this Catalog.

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