|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.common.option.LanguageOption.Language
public class LanguageOption.Language
Constructor Summary | |
---|---|
LanguageOption.Language(java.lang.String key,
java.util.Locale locale)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getKey()
Get the Key value. |
java.util.Locale |
getLocale()
Get the Locale value. |
void |
setKey(java.lang.String newKey)
Set the Key value. |
void |
setLocale(java.util.Locale newLocale)
Set the Locale value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LanguageOption.Language(java.lang.String key, java.util.Locale locale)
Method Detail |
---|
public final java.lang.String getKey()
Key
value.
String
valuepublic final void setKey(java.lang.String newKey)
Key
value.
newKey
- The new Key value.public final java.util.Locale getLocale()
Locale
value.
Locale
valuepublic final void setLocale(java.util.Locale newLocale)
Locale
value.
newLocale
- The new Locale value.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |