|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objecthirondelle.fish.translate.locale.SupportedLocale
public final class SupportedLocale
Model Object for the Locales supported by this application.
| Constructor Summary | |
|---|---|
SupportedLocale(Id aId,
SafeText aShortForm,
SafeText aDescription)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object aThat)
|
SafeText |
getDescription()
Return the Description passed to the constructor. |
Id |
getId()
Return the Id passed to the constructor. |
SafeText |
getShortForm()
Return the ShortForm passed to the constructor. |
int |
hashCode()
|
String |
toString()
Intended for debugging only. |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SupportedLocale(Id aId,
SafeText aShortForm,
SafeText aDescription)
throws ModelCtorException
aId - underlying database internal identifier (optional), 1..50 charactersaShortForm - mnemonic in the format of Locale.toString(), has content, 2..50 charactersaDescription - of the Locale, has content, 2..50 characters
ModelCtorException| Method Detail |
|---|
public Id getId()
Id passed to the constructor.
public SafeText getShortForm()
public SafeText getDescription()
public String toString()
toString in class Objectpublic boolean equals(Object aThat)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||