|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
mvp.Model
caltool.view.AppointmentListItem
public class AppointmentListItem
An AppointmentListItem is the somewhat abbreviated description of an appointment that appears in appointments and meetings list views. The precise relation between a full Appointment compared to an AppointmentListItem is as follows:
| Field Summary | |
|---|---|
protected Category |
category
Color-coded category |
protected Date |
date
Date on which item is scheduled or due. |
protected Duration |
duration
How long the appointment lasts |
protected java.lang.String |
location
Where the appointment is held |
protected Priority |
priority
How important the appointment is |
protected boolean |
recurs
Flag indicating whether the appointent recurs |
protected Security |
security
Indicates who can see that the appointment is scheduled |
protected Time |
time
Starting time of the appointment |
protected java.lang.String |
title
Brief description of the scheduled item |
| Fields inherited from class mvp.Model |
|---|
view |
| Constructor Summary | |
|---|---|
AppointmentListItem(java.lang.String title,
Date date,
Time time,
Duration duration,
boolean recurs,
Category category,
java.lang.String location,
Security security,
Priority priority)
Construct with the given field values. |
|
| Method Summary | |
|---|---|
java.lang.Object[] |
toArray()
Convert this to an array of its data fields. |
| 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 date
protected Time time
protected Duration duration
protected boolean recurs
protected Category category
protected java.lang.String location
protected Security security
protected Priority priority
| Constructor Detail |
|---|
public AppointmentListItem(java.lang.String title,
Date date,
Time time,
Duration duration,
boolean recurs,
Category category,
java.lang.String location,
Security security,
Priority priority)
| Method Detail |
|---|
public java.lang.Object[] toArray()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||