|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
mvp.Model
caltool.schedule.ScheduledItem
public abstract class ScheduledItem
A ScheduledItem is the generic definition for the types of items stored in a calendar. The Title component is a brief description of what the item is for. The StartOrDueDate and EndDate components indicate when the item is scheduled. The Category component is used to organize items into related color-coded categories. There are four specializations of ScheduledItem. They are Appointment, Meeting, Event, and Task, q.q.v.
Field Summary | |
---|---|
protected Category |
category
Used to organize items into related color-coded categories |
protected Date |
endDate
Last date on which item is scheduled or due. |
protected Date |
startOrDueDate
Date on which item is scheduled or due. |
protected java.lang.String |
title
Brief description of the scheduled item |
Fields inherited from class mvp.Model |
---|
view |
Constructor Summary | |
---|---|
ScheduledItem()
Construct an empty schduled item. |
Method Summary | |
---|---|
Category |
getCategory()
Return the category. |
Date |
getDate()
Return the . |
Date |
getEndDate()
Return the end date. |
abstract ItemKey |
getKey()
Return the unique lookup key for this. |
java.lang.String |
getTitle()
Return the title |
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 |
Field Detail |
---|
protected java.lang.String title
protected Date startOrDueDate
protected Date endDate
protected Category category
Constructor Detail |
---|
public ScheduledItem()
Method Detail |
---|
public java.lang.String getTitle()
public Date getDate()
public Date getEndDate()
public Category getCategory()
public abstract ItemKey getKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |