|
jWorkSheet release 0.90 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujoframework.extensions.AbstractUjo org.ujoframework.implementation.map.MapUjo net.ponec.jworksheet.report.TaskGroup
public class TaskGroup
Task Group
Field Summary | |
---|---|
static UjoProperty<TaskGroup,YearMonthDay> |
P_DAY
|
static UjoProperty<TaskGroup,java.lang.Integer> |
P_MONTH
|
static UjoProperty<TaskGroup,Project> |
P_PROJ
|
static UjoProperty<TaskGroup,TaskType> |
P_TASK
|
static UjoProperty<TaskGroup,java.lang.Integer> |
P_YEAR
|
Fields inherited from class org.ujoframework.implementation.map.MapUjo |
---|
data |
Constructor Summary | |
---|---|
TaskGroup(Event event)
Creates a new instance of TaskGroup |
Method Summary | |
---|---|
void |
addTime(short time)
Add a new time. |
int |
getBusinessTime()
Get business time. |
int |
getTime()
Get total time |
java.lang.Object |
readValue(UjoProperty property)
Read a value |
Methods inherited from class org.ujoframework.implementation.map.MapUjo |
---|
newListProperty, newProperty, newProperty, newProperty, newPropertyList, writeValue |
Methods inherited from class org.ujoframework.extensions.AbstractUjo |
---|
clone, equals, init, init, readAuthorization, readProperties, readUjoManager, readValueString, toString, writeValueString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final UjoProperty<TaskGroup,Project> P_PROJ
public static final UjoProperty<TaskGroup,TaskType> P_TASK
public static final UjoProperty<TaskGroup,YearMonthDay> P_DAY
public static final UjoProperty<TaskGroup,java.lang.Integer> P_MONTH
public static final UjoProperty<TaskGroup,java.lang.Integer> P_YEAR
Constructor Detail |
---|
public TaskGroup(Event event)
Method Detail |
---|
public void addTime(short time)
public int getTime()
public int getBusinessTime()
public java.lang.Object readValue(UjoProperty property)
readValue
in interface Ujo
readValue
in class MapUjo
|
jWorkSheet release 0.90 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |