|
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.all.preferences.Preferences
public final class Preferences
User preferences.
Each application will have a different set of user preferences. This application has only
one user preference - the Locale - but many applications will have more than one user
preference.
User preferences are placed into session scope by the Login.
| Constructor Summary | |
|---|---|
Preferences(SafeText aUserName,
Locale aLocale)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object aThat)
|
Locale |
getLocale()
Return the locale passed to the constructor. |
SafeText |
getUserName()
Return the user name 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 Preferences(SafeText aUserName,
Locale aLocale)
throws ModelCtorException
aUserName - required, 6..50 characters, no spaces.aLocale - required.
ModelCtorException| Method Detail |
|---|
public SafeText getUserName()
public Locale getLocale()
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 | ||||||||