net.ponec.jworksheet.bo
Class TaskType

Package class diagram package TaskType
java.lang.Object
  extended by org.ujoframework.extensions.SuperUjo
      extended by org.ujoframework.implementation.map.MapUjo
          extended by net.ponec.jworksheet.bo.TaskType
All Implemented Interfaces:
java.lang.Comparable, UjoCloneable, UjoTextable, Ujo

public class TaskType
extends MapUjo
implements java.lang.Comparable

A Task of Project


Field Summary
static UjoProperty<TaskType,java.lang.Boolean> P_DEFAULT
          Is the task default?
static UjoProperty<TaskType,java.lang.String> P_DESCR
          Description of the task.
static UjoProperty<TaskType,java.lang.Boolean> P_FINISHED
          Is the task finished?
static UjoProperty<TaskType,java.lang.Integer> P_ID
          Task ID
 
Fields inherited from class org.ujoframework.implementation.map.MapUjo
data
 
Constructor Summary
TaskType()
           
 
Method Summary
 int compareTo(java.lang.Object o)
          Compare to another TaskType by ID.
 java.lang.String toString()
           
 
Methods inherited from class org.ujoframework.implementation.map.MapUjo
newProperty, newProperty, newPropertyList, readValue, writeValue
 
Methods inherited from class org.ujoframework.extensions.SuperUjo
clone, equals, readAuthorization, readProperties, readUjoManager, readValueString, writeValueString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

P_ID

public static final UjoProperty<TaskType,java.lang.Integer> P_ID
Task ID


P_DEFAULT

public static final UjoProperty<TaskType,java.lang.Boolean> P_DEFAULT
Is the task default?


P_FINISHED

public static final UjoProperty<TaskType,java.lang.Boolean> P_FINISHED
Is the task finished?


P_DESCR

public static final UjoProperty<TaskType,java.lang.String> P_DESCR
Description of the task.

Constructor Detail

TaskType

public TaskType()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SuperUjo

compareTo

public int compareTo(java.lang.Object o)
Compare to another TaskType by ID.

Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2007-2008 PPonec