com.ibm.commerce.order.objects
Class OfferDescriptionBean

com.ibm.commerce.order.objects.OfferDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class OfferDescriptionBean
implements java.io.Serializable

This bean provides access to the OFFERDESC table.

The following is a description of this table:

Each row in this table contains language-dependent information for an Offer.

See Also:
Serialized Form

Constructor Summary
OfferDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the OFFERDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the OFFERDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getOfferId()
          This method provides access to the OFFERDESC.OFFER_ID column of DB2 type BIGINT NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the OFFERDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the OFFERDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setOfferId(java.lang.Long aOfferId)
          This method provides access to the OFFERDESC.OFFER_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

OfferDescriptionBean

public OfferDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

A description of the Offer, suitable for display to customers.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the OFFERDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language of the description. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getOfferId

public java.lang.Long getOfferId()

This method provides access to the OFFERDESC.OFFER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The Offer being described.

Returns:
java.lang.Long

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

A description of the Offer, suitable for display to customers.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the OFFERDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language of the description. For a list of language components, see the LANGUAGE table.

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

setOfferId

public void setOfferId(java.lang.Long aOfferId)

This method provides access to the OFFERDESC.OFFER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The Offer being described.

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