net.ponec.jworksheet.report
Class TaskGroup

Package class diagram package TaskGroup
java.lang.Object
  extended by org.ujoframework.extensions.AbstractUjo
      extended by org.ujoframework.implementation.map.MapUjo
          extended by net.ponec.jworksheet.report.TaskGroup
All Implemented Interfaces:
UjoCloneable, UjoTextable, Ujo

public class TaskGroup
extends MapUjo

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

P_PROJ

public static final UjoProperty<TaskGroup,Project> P_PROJ

P_TASK

public static final UjoProperty<TaskGroup,TaskType> P_TASK

P_DAY

public static final UjoProperty<TaskGroup,YearMonthDay> P_DAY

P_MONTH

public static final UjoProperty<TaskGroup,java.lang.Integer> P_MONTH

P_YEAR

public static final UjoProperty<TaskGroup,java.lang.Integer> P_YEAR
Constructor Detail

TaskGroup

public TaskGroup(Event event)
Creates a new instance of TaskGroup

Method Detail

addTime

public void addTime(short time)
Add a new time.


getTime

public int getTime()
Get total time


getBusinessTime

public int getBusinessTime()
Get business time.


readValue

public java.lang.Object readValue(UjoProperty property)
Read a value

Specified by:
readValue in interface Ujo
Overrides:
readValue in class MapUjo


Copyright © 2007-2009 PPonec