|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.basics.structs.BaseUserStruct
org.sandev.TaskHeap.structs.ReaderStruct
A Reader is a user who can read, but not modify, a TaskHeap. Readers are the base type for all TaskHeap users.
| Field Summary | |
protected java.lang.String |
description
Additional contact information, notes, and other information not captured in specific fields. |
protected java.lang.String |
email
The email address for this user. |
protected java.lang.String |
name
Full name of this user. |
protected DisplayParamsStruct |
userParams
The DisplayParams this user is working with right now. |
protected int |
userStatus
The access status for this user account. |
| Fields inherited from class org.sandev.basics.structs.BaseUserStruct |
password, username |
| Constructor Summary | |
ReaderStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected java.lang.String description
protected java.lang.String email
protected int userStatus
enumerated constant values:
_ACTIVE = 0_INACTIVE = 1protected transient DisplayParamsStruct userParams
| Constructor Detail |
public ReaderStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||