com.ibm.commerce.couponpromotion.objects
Class PromoDescriptionBean

com.ibm.commerce.couponpromotion.objects.PromoDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class PromoDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

PromoDescriptionBean

public PromoDescriptionBean()
Method Detail

getFullImagePath

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.

Returns:
The full image path of the coupon promotion.

getLanguageId

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.

Returns:
The language Id.

getLongDesc

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.

Returns:
The long description of the coupon promotion.

getPromoId

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.

Returns:
The coupon promotion Id.

getShortDesc

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.

Returns:
The short description.

getThumbNailPath

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.

Returns:
The thumbnail image path.

setFullImagePath

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.

Parameters:
fullImagePath - The full image path of the coupon promotion.

setLanguageId

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.

Parameters:
languageId - The language Id.

setLongDesc

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.

Parameters:
longDesc - The long description of the coupon promotion.

setPromoId

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.

Parameters:
promoId - The coupon promotion Id.

setShortDesc

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.

Parameters:
shortDesc - The short description.

setThumbNailPath

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.

Parameters:
thumbNailPath - The thumb nail path of the coupon promotion.