com.ibm.commerce.common.objects
Class LanguageDescriptionBean

com.ibm.commerce.common.objects.LanguageDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class LanguageDescriptionBean
implements java.io.Serializable

This bean provides access to the LANGUAGEDS table.

The following is a description of this table:

Each row of this table contains language-dependent information about a language.

See Also:
Serialized Form

Constructor Summary
LanguageDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the LANGUAGEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
 java.lang.Integer getDescriptionLanguageId()
          This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the LANGUAGEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
 void setDescriptionLanguageId(java.lang.Integer aDescriptionLanguageId)
          This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

LanguageDescriptionBean

public LanguageDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

The description of the language, suitable for display in a user interface that manages supported languages for a StoreEntity.

Returns:
java.lang.String

getDescriptionLanguageId

public java.lang.Integer getDescriptionLanguageId()

This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language being described.

Returns:
java.lang.Integer

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language being described.

Returns:
java.lang.Integer

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

The description of the language, suitable for display in a user interface that manages supported languages for a StoreEntity.

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

setDescriptionLanguageId

public void setDescriptionLanguageId(java.lang.Integer aDescriptionLanguageId)

This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language being described.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the LANGUAGEDS.LANGUAGE_ID_DESC column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language being described.

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