|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.jtimer.entities.TimerTask
org.chorem.jtimer.entities.TimerProject
public class TimerProject
Represent a project.
| Field Summary | |
|---|---|
static String |
SYNCHRONIZED_PROJECT_NAME_PREFIX
Synchronized project name prefix. |
| Fields inherited from class org.chorem.jtimer.entities.TimerTask |
|---|
alerts, allDaysAndTimes, allDaysAnnotations, closed, creationDate, name, number, parent, subTasks |
| Constructor Summary | |
|---|---|
TimerProject()
Constructor. |
|
TimerProject(String name)
Constructor with name. |
|
| Method Summary | |
|---|---|
TimerProject |
clone()
Clone project. |
boolean |
isSynchronized()
Is synchronized. |
| Methods inherited from class org.chorem.jtimer.entities.TimerTask |
|---|
addAlert, addAnnotation, addTask, compareTo, equals, getAlerts, getAllDaysAndTimes, getAllDaysAnnotations, getCreationDate, getName, getNumber, getParent, getSubTasks, getTime, isClosed, setAlert, setClosed, setCreationDate, setName, setNumber, setParent, setTime, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String SYNCHRONIZED_PROJECT_NAME_PREFIX
| Constructor Detail |
|---|
public TimerProject()
public TimerProject(String name)
name - project name| Method Detail |
|---|
public boolean isSynchronized()
public TimerProject clone()
clone in class TimerTask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||