|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.LanguageBean
This bean provides access to the LANGUAGE table.
The following is a description of this table:
Each row of this table represents a language.
Constructor Summary | |
LanguageBean()
|
Method Summary | |
java.lang.String |
getCountry()
This method provides access to the LANGUAGE.COUNTRY column of DB2 type CHAR(5) NULL. |
java.lang.String |
getEncoding()
This method provides access to the LANGUAGE.ENCODING column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getLanguage()
This method provides access to the LANGUAGE.LANGUAGE column of DB2 type CHAR(5) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the LANGUAGE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLocaleName()
This method provides access to the LANGUAGE.LOCALENAME column of DB2 type CHAR(16) NOT NULL. |
java.lang.String |
getMimeCharSet()
This method provides access to the LANGUAGE.MIMECHARSET column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getVariant()
This method provides access to the LANGUAGE.VARIANT column of DB2 type CHAR(10) NULL. |
void |
setCountry(java.lang.String aCountry)
This method provides access to the LANGUAGE.COUNTRY column of DB2 type CHAR(5) NULL. |
void |
setEncoding(java.lang.String aEncoding)
This method provides access to the LANGUAGE.ENCODING column of DB2 type VARCHAR(32) NULL. |
void |
setLanguage(java.lang.String aLanguage)
This method provides access to the LANGUAGE.LANGUAGE column of DB2 type CHAR(5) NULL. |
void |
setLocaleName(java.lang.String aLocaleName)
This method provides access to the LANGUAGE.LOCALENAME column of DB2 type CHAR(16) NOT NULL. |
void |
setMimeCharSet(java.lang.String aMimeCharSet)
This method provides access to the LANGUAGE.MIMECHARSET column of DB2 type VARCHAR(32) NULL. |
void |
setVariant(java.lang.String aVariant)
This method provides access to the LANGUAGE.VARIANT column of DB2 type CHAR(10) NULL. |
Constructor Detail |
public LanguageBean()
Method Detail |
public java.lang.String getCountry()
This method provides access to the LANGUAGE.COUNTRY column of DB2 type CHAR(5) NULL.
The following is a description of this column:
Country or region component of the locale.
public java.lang.String getEncoding()
This method provides access to the LANGUAGE.ENCODING column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The character encoding value that the browser should use to display the page for this language.
public java.lang.String getLanguage()
This method provides access to the LANGUAGE.LANGUAGE column of DB2 type CHAR(5) NULL.
The following is a description of this column:
Language component of the locale. For a list of language components, see the LANGUAGE table.
public java.lang.Integer getLanguageId()
This method provides access to the LANGUAGE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A unique key for the language, used as part of the foreign key in tables that contain language-dependent information. For a list of language components, see the LANGUAGE table.
public java.lang.String getLocaleName()
This method provides access to the LANGUAGE.LOCALENAME column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
A Java locale used to represent a political, geographical, or cultural region that has a distinct language and customs for formatting.
public java.lang.String getMimeCharSet()
This method provides access to the LANGUAGE.MIMECHARSET column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The MIME character encoding value that the notification system will use to encode a message for this language.
public java.lang.String getVariant()
This method provides access to the LANGUAGE.VARIANT column of DB2 type CHAR(10) NULL.
The following is a description of this column:
Variant component of the locale. Used to specify the locale encoding character set or to further segregate a distinct formatting custom for a political, geographical, or cultural region.
public void setCountry(java.lang.String aCountry)
This method provides access to the LANGUAGE.COUNTRY column of DB2 type CHAR(5) NULL.
The following is a description of this column:
Country or region component of the locale.
aCountry
- java.lang.Stringpublic void setEncoding(java.lang.String aEncoding)
This method provides access to the LANGUAGE.ENCODING column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The character encoding value that the browser should use to display the page for this language.
aEncoding
- java.lang.Stringpublic void setLanguage(java.lang.String aLanguage)
This method provides access to the LANGUAGE.LANGUAGE column of DB2 type CHAR(5) NULL.
The following is a description of this column:
Language component of the locale. For a list of language components, see the LANGUAGE table.
aLanguage
- java.lang.Stringpublic void setLocaleName(java.lang.String aLocaleName)
This method provides access to the LANGUAGE.LOCALENAME column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
A Java locale used to represent a political, geographical, or cultural region that has a distinct language and customs for formatting.
aLocaleName
- java.lang.Stringpublic void setMimeCharSet(java.lang.String aMimeCharSet)
This method provides access to the LANGUAGE.MIMECHARSET column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The MIME character encoding value that the notification system will use to encode a message for this language.
aMimeCharSet
- java.lang.Stringpublic void setVariant(java.lang.String aVariant)
This method provides access to the LANGUAGE.VARIANT column of DB2 type CHAR(10) NULL.
The following is a description of this column:
Variant component of the locale. Used to specify the locale encoding character set or to further segregate a distinct formatting custom for a political, geographical, or cultural region.
aVariant
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |