java.lang.Object | |
↳ | com.pdftron.collab.db.entity.UserEntity |
Immutable model class for a user
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UserEntity(String id, String name, Long date, String activeAnnotation) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getActiveAnnotation()
Gets the annotation id the user is currently reading
| ||||||||||
Long | getDate() | ||||||||||
String |
getId()
Gets the unique identifier of the user
| ||||||||||
String |
getName()
Gets the name of the user
| ||||||||||
boolean | isCurrentUser() | ||||||||||
void | setIsCurrentUser(boolean isCurrentUser) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.collab.model.User
|
Gets the annotation id the user is currently reading
Gets the unique identifier of the user
Gets the name of the user