+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
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:

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.
 
Methods inherited from interface com.ibm.portal.TimeStamped
getCreated, getLastModified
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 
Methods inherited from interface com.ibm.portal.ActiveFlag
isActive
 

Method Detail

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
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD