|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.couponpromotion.objects.PromoDescriptionBean
This bean provides access to the CPPMNDESC table.
The following is a description of this table:
This table contains the language specific description of the promotion.
Constructor Summary | |
PromoDescriptionBean()
|
Method Summary | |
java.lang.String |
getFullImagePath()
This method provides access to the CPPMNDESC.FULLIMAGEPATH column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the CPPMNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLongDesc()
This method provides access to the CPPMNDESC.LONGDESC column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getPromoId()
This method provides access to the CPPMNDESC.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShortDesc()
This method provides access to the CPPMNDESC.SHORTDESC column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getThumbNailPath()
This method provides access to the CPPMNDESC.THUMBNAILPATH column of DB2 type VARCHAR(254) NULL. |
void |
setFullImagePath(java.lang.String fullImagePath)
This method provides access to the CPPMNDESC.FULLIMAGEPATH column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer languageId)
This method provides access to the CPPMNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLongDesc(java.lang.String longDesc)
This method provides access to the CPPMNDESC.LONGDESC column of DB2 type VARCHAR(254) NULL. |
void |
setPromoId(java.lang.Integer promoId)
This method provides access to the CPPMNDESC.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
void |
setShortDesc(java.lang.String shortDesc)
This method provides access to the CPPMNDESC.SHORTDESC column of DB2 type VARCHAR(64) NULL. |
void |
setThumbNailPath(java.lang.String thumbNailPath)
This method provides access to the CPPMNDESC.THUMBNAILPATH column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public PromoDescriptionBean()
Method Detail |
public java.lang.String getFullImagePath()
This method provides access to the CPPMNDESC.FULLIMAGEPATH column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Path of the full image to be shown for this promotion for this language.
public java.lang.Integer getLanguageId()
This method provides access to the CPPMNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Foreign key to LANGUAGE table. For a list of language components, see the LANGUAGE table.
public java.lang.String getLongDesc()
This method provides access to the CPPMNDESC.LONGDESC column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Long description of the promotion.
public java.lang.Integer getPromoId()
This method provides access to the CPPMNDESC.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary Key. Foreign key to CPPMN table.
public java.lang.String getShortDesc()
This method provides access to the CPPMNDESC.SHORTDESC column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Short description of the promotion.
public java.lang.String getThumbNailPath()
This method provides access to the CPPMNDESC.THUMBNAILPATH column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Path of the thumbnail to be shown for this promotion for this language.
public void setFullImagePath(java.lang.String fullImagePath)
This method provides access to the CPPMNDESC.FULLIMAGEPATH column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Path of the full image to be shown for this promotion for this language.
fullImagePath
- The full image path of the coupon promotion.public void setLanguageId(java.lang.Integer languageId)
This method provides access to the CPPMNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Foreign key to LANGUAGE table. For a list of language components, see the LANGUAGE table.
languageId
- The language Id.public void setLongDesc(java.lang.String longDesc)
This method provides access to the CPPMNDESC.LONGDESC column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Long description of the promotion.
longDesc
- The long description of the coupon promotion.public void setPromoId(java.lang.Integer promoId)
This method provides access to the CPPMNDESC.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary Key. Foreign key to CPPMN table.
promoId
- The coupon promotion Id.public void setShortDesc(java.lang.String shortDesc)
This method provides access to the CPPMNDESC.SHORTDESC column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Short description of the promotion.
shortDesc
- The short description.public void setThumbNailPath(java.lang.String thumbNailPath)
This method provides access to the CPPMNDESC.THUMBNAILPATH column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Path of the thumbnail to be shown for this promotion for this language.
thumbNailPath
- The thumb nail path of the coupon promotion.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |