|
|||||||||
| 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 static class LanguageOption.Language
| Field Summary | |
|---|---|
private java.lang.String |
key
Describe key here. |
private java.util.Locale |
locale
Describe locale here. |
| 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 |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String key
private java.util.Locale locale
| 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.Objectpublic 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 | ||||||||