|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommon.User
public class User
Implementation of the User entity representing a Teamshare application user, as "seen" by other users. Account
is used when referring to the
user logged in on the device, containing all the user's information. User provides only the information that is needed by other users.
Field Summary | |
---|---|
List<Device> |
devices
List of all devices linked by the user. |
String |
email
The user's email address, used for receiving notifications. |
boolean |
online
The user's status, which can be seen by other users. |
long |
userID
The user's unique identifier. |
String |
username
The user's username. |
Constructor Summary | |
---|---|
User()
|
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 boolean online
public List<Device> devices
Constructor Detail |
---|
public User()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |