|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
mvp.Model
caltool.schedule.ScheduledItem
caltool.schedule.Task
public class Task
Like an Appointment, a Task adds a number of components to a generic ScheduledItem. A Task differs from an Appointment as follows: (1) Appointments have Duration and Location, Tasks do not. (2) For Appointments, the priority is either 'Must' or 'Optional'; for Tasks, priority is a positive integer indicating the relative priority of a task compared to other tasks. (3) Tasks have a CompletedFlag and CompletionDate components; Appointments do not.
| Field Summary |
|---|
| Fields inherited from class caltool.schedule.ScheduledItem |
|---|
category, endDate, startOrDueDate, title |
| Fields inherited from class mvp.Model |
|---|
view |
| Constructor Summary | |
|---|---|
Task()
|
|
| Method Summary |
|---|
| Methods inherited from class mvp.Model |
|---|
dump, exit, getView, setView |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Task()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||