

Public Member Functions | |
| void | execute () |
| boolean | isSystem () |
| String | getName () |
| String | getDataLabel () |
Public Member Functions inherited from org.turro.scheduler.task.AbstractTask | |
| void | setConstructor (IConstructor constructor) |
| void | setSettings (TaskSettings settings) |
| IConstructor | getConstructor () |
| TaskSettings | getSettings () |
| void | setLastExecuted (Date lastExecuted) |
| boolean | isDone () |
| boolean | shouldRun (Date now) |
| void | doRun (Motor motor) |
| void | stop () |
| void | run () |
| String | getColor () |
| String | getIcon () |
| String | getDescription () |
| int | compareTo (AbstractTask o) |
Definition at line 35 of file DossierNotifierTask.java.
| void org.turro.dossier.dossier.DossierNotifierTask.execute | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 38 of file DossierNotifierTask.java.

| String org.turro.dossier.dossier.DossierNotifierTask.getDataLabel | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 61 of file DossierNotifierTask.java.

| String org.turro.dossier.dossier.DossierNotifierTask.getName | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 56 of file DossierNotifierTask.java.

| boolean org.turro.dossier.dossier.DossierNotifierTask.isSystem | ( | ) |
Reimplemented from org.turro.scheduler.task.AbstractTask.
Definition at line 51 of file DossierNotifierTask.java.