org.chorem.jtimer.entities
Class TimerProject

java.lang.Object
  extended by org.chorem.jtimer.entities.TimerTask
      extended by org.chorem.jtimer.entities.TimerProject
All Implemented Interfaces:
Serializable, Cloneable, Comparable<TimerTask>

public class TimerProject
extends TimerTask

Represent a project.

Version:
$Revision: 2518 $ Last update : $Date: 2009-05-22 13:17:51 +0200 (ven., 22 mai 2009) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

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

SYNCHRONIZED_PROJECT_NAME_PREFIX

public static final String SYNCHRONIZED_PROJECT_NAME_PREFIX
Synchronized project name prefix.

See Also:
Constant Field Values
Constructor Detail

TimerProject

public TimerProject()
Constructor.


TimerProject

public TimerProject(String name)
Constructor with name.

Parameters:
name - project name
Method Detail

isSynchronized

public boolean isSynchronized()
Is synchronized.

Returns:
the synchronize

clone

public TimerProject clone()
Clone project.

Overrides:
clone in class TimerTask
Returns:
project copy


Copyright © 2007-2010 CodeLutin. All Rights Reserved.