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()
          Returns 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