|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.LanguageDescriptionBean
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.
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 |
public LanguageDescriptionBean()
Method Detail |
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.
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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aDescriptionLanguageId
- java.lang.Integerpublic 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.
aLanguageId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |