org.apache.pluto.portalImpl.om.common.impl
Class LanguageImpl
java.lang.Object
org.apache.pluto.portalImpl.om.common.impl.LanguageImpl
- All Implemented Interfaces:
- org.apache.pluto.om.common.Language, org.apache.pluto.om.Model, java.io.Serializable
- public class LanguageImpl
- extends java.lang.Object
- implements org.apache.pluto.om.common.Language, java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
LanguageImpl(java.util.Locale locale,
java.util.ResourceBundle bundle,
java.lang.String defaultTitle,
java.lang.String defaultShortTitle,
java.lang.String defaultKeyWords)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LanguageImpl
public LanguageImpl(java.util.Locale locale,
java.util.ResourceBundle bundle,
java.lang.String defaultTitle,
java.lang.String defaultShortTitle,
java.lang.String defaultKeyWords)
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale
in interface org.apache.pluto.om.common.Language
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface org.apache.pluto.om.common.Language
getShortTitle
public java.lang.String getShortTitle()
- Specified by:
getShortTitle
in interface org.apache.pluto.om.common.Language
getKeywords
public java.util.Iterator getKeywords()
- Specified by:
getKeywords
in interface org.apache.pluto.om.common.Language
getResourceBundle
public java.util.ResourceBundle getResourceBundle()
- Specified by:
getResourceBundle
in interface org.apache.pluto.om.common.Language
toString
public java.lang.String toString()
toString
public java.lang.String toString(int indent)
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
setKeywords
public void setKeywords(java.util.Collection keywords)
setLocale
public void setLocale(java.util.Locale locale)
setShortTitle
public void setShortTitle(java.lang.String shortTitle)
setTitle
public void setTitle(java.lang.String title)
Copyright © 2003-2006 . All Rights Reserved.