|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommon.Account
public class Account
A Teamshare user. Other users have access/create the User
object of that user, not the Account.
Field Summary | |
---|---|
List<Device> |
devices
The devices the user has linked into the system. |
String |
email
The user's email address, the one for receiving notifications. |
List<Group> |
groups
The groups the user is member of. |
Mailbox |
mailbox
A reference to the user's mailbox, a repository that stores and retrieves the user's messages. |
List<Group> |
owner
The groups the user is owner of (it is a subset of groups). |
String |
personalInfo
User's personal information, not having a major role in the application yet so is not defined at this level. |
long |
userID
The user's unique identifier. |
String |
username
The user's username. |
Constructor Summary | |
---|---|
Account()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long userID
public String username
public String email
public List<Group> groups
public List<Group> owner
public List<Device> devices
public String personalInfo
public Mailbox mailbox
Constructor Detail |
---|
public Account()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |