|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.client.users.UserInfo
public class UserInfo
The web service representation of a user's information.
| Constructor Summary | |
|---|---|
protected |
UserInfo()
Creates a new status representation. |
|
UserInfo(String name,
UserID id,
boolean active,
boolean superuser,
Properties userdata,
Properties systemdata)
Creates a new user info representation, given the user information. |
| Method Summary | |
|---|---|
boolean |
getActive()
Returns the receiver's active flag. |
UserID |
getId()
Returns the receiver's user ID. |
String |
getName()
Returns the receiver's name. |
boolean |
getSuperuser()
Returns the receiver's superuser flag. |
Properties |
getSystemData()
Returns the receiver's system data. |
Properties |
getUserData()
Returns the receiver's user data. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserInfo(String name,
UserID id,
boolean active,
boolean superuser,
Properties userdata,
Properties systemdata)
name - The user name.id - The user ID.active - The active flag.superuser - The superuser flag.userdata - The user datasystemdata - The system dataprotected UserInfo()
| Method Detail |
|---|
public String getName()
public UserID getId()
public boolean getActive()
public boolean getSuperuser()
public Properties getUserData()
public Properties getSystemData()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||