|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogDescriptionBean
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.
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 |
public CatalogDescriptionBean()
Method Detail |
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.
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.
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.
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.
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.
aFullIImage
- java.lang.Stringpublic 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.
aName
- java.lang.Stringpublic 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.
aShortDescription
- java.lang.Stringpublic 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.
aThumbNail
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |