|
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.bo.TaskType
public class TaskType
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()
Show description |
Methods inherited from class org.ujoframework.implementation.map.MapUjo |
---|
newListProperty, newProperty, newProperty, newProperty, newPropertyList, readValue, writeValue |
Methods inherited from class org.ujoframework.extensions.AbstractUjo |
---|
clone, equals, init, init, readAuthorization, readProperties, readUjoManager, readValueString, writeValueString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final UjoProperty<TaskType,java.lang.Integer> P_ID
public static final UjoProperty<TaskType,java.lang.Boolean> P_DEFAULT
public static final UjoProperty<TaskType,java.lang.Boolean> P_FINISHED
public static final UjoProperty<TaskType,java.lang.String> P_DESCR
Constructor Detail |
---|
public TaskType()
Method Detail |
---|
public java.lang.String toString()
toString
in class AbstractUjo
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
jWorkSheet release 0.90 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |