|
||||||||||
| 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
org.sandev.TaskHeap.structs.ResourceStruct
A Resource represents a person who works on the TaskHeap. They have all the fields and access of a Reader but can also modify Tasks and Plans.
| Field Summary | |
protected int |
allocationPercentage
The allocation percentage is how much of the users time can be dedicated to working on tasks as opposed to necessary overhead like meetings, email etc. |
| Fields inherited from class org.sandev.TaskHeap.structs.ReaderStruct |
description, email, name, userParams, userStatus |
| Fields inherited from class org.sandev.basics.structs.BaseUserStruct |
password, username |
| Constructor Summary | |
ResourceStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int allocationPercentage
Newer resources with less expertise, and senior resources who provide more guidance, will both tend to have higher overhead than the default norm.
| Constructor Detail |
public ResourceStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||