PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.admin
Interface Language
- All Superinterfaces:
- ActiveFlag, Identifiable, Localized, TimeStamped
-
public interface Language
- extends TimeStamped, Identifiable, Localized, ActiveFlag
Model interface for portal languages. This interface represents a language that the portal supports.
A portal language has the following data:
- A unique object ID
- Title and description
- Information on creation and modification dates
- Locale object
Language objects are produced by the LanguageList model.
- Since:
- 5.1.0.1
Method Summary
|
java.util.Locale |
getLocale()
Return the locale of the language. |
getLocale
java.util.Locale getLocale()
throws ModelException
- Returns the locale of the language.
- Returns:
- the locale of this language, never null
- Throws:
- ModelException - if an error occured while accessing model information
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |