|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.app.UserProfile
A profile of the client using the application. The UserProfile class
represents all client information regarding the user including login, operating
system, display and locale information.
OperatingSystem,
Display,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
UserProfile()
Constructor for class UserProfile. |
|
| Method Summary | |
Display |
getDisplay()
Returns the user's display. |
Locale |
getLocale()
Returns the user's locale information. |
String |
getName()
Returns the user's name |
String |
getPassword()
Returns the user's password. |
boolean |
isLoggedIn()
Returns true if the user is logged in, i.e. |
void |
setDisplay(Display display)
Sets the user's display, i.e. |
void |
setLocale(Locale locale)
Sets the user's locale information. |
void |
setName(String name)
Sets the user's name. |
void |
setPassword(String password)
Sets the user's password. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserProfile()
| Method Detail |
public Display getDisplay()
public boolean isLoggedIn()
public Locale getLocale()
public String getName()
public String getPassword()
public void setDisplay(Display display)
display - The user's display.public void setLocale(Locale locale)
locale - The user's locale.public void setName(String name)
name - The user's name.public void setPassword(String password)
password - The user's password.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||