org.apache.pluto.portalImpl.om.common.impl
Class LanguageImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.common.impl.LanguageImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.om.common.Language, org.apache.pluto.om.Model

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)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Iterator getKeywords()
           
 java.util.Locale getLocale()
           
 java.util.ResourceBundle getResourceBundle()
           
 java.lang.String getShortTitle()
           
 java.lang.String getTitle()
           
 int hashCode()
           
 void setKeywords(java.util.Collection keywords)
           
 void setLocale(java.util.Locale locale)
           
 void setShortTitle(java.lang.String shortTitle)
           
 void setTitle(java.lang.String title)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LanguageImpl

public LanguageImpl(java.util.Locale locale,
                    java.util.ResourceBundle bundle,
                    java.lang.String defaultTitle,
                    java.lang.String defaultShortTitle,
                    java.lang.String defaultKeyWords)
Method Detail

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()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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-2009 . All Rights Reserved.