public class TimerProject extends TimerTask
Modifier and Type | Field and Description |
---|---|
static String |
SYNCHRONIZED_PROJECT_NAME_PREFIX
Synchronized project name prefix.
|
alerts, allDaysAnnotations, allDaysTimes, closed, creationDate, name, number, parent, subTasks, uuid
Constructor and Description |
---|
TimerProject()
Constructor.
|
TimerProject(String name)
Constructor with name.
|
Modifier and Type | Method and Description |
---|---|
TimerProject |
clone()
Clone project.
|
boolean |
isSynchronized()
Is synchronized.
|
addAlert, addAnnotation, addTask, compareTo, equals, getAlerts, getAllDaysAndTimes, getAllDaysAnnotations, getCreationDate, getName, getNumber, getParent, getSubTasks, getTime, hashCode, isClosed, setAlert, setClosed, setCreationDate, setName, setNumber, setParent, setTime, toString
public static final String SYNCHRONIZED_PROJECT_NAME_PREFIX
public TimerProject()
public TimerProject(String name)
name
- project namepublic boolean isSynchronized()
public TimerProject clone()
Copyright © 2007–2013 CodeLutin. All rights reserved.