public class AppointmentListItem
extends mvp.Model
| Modifier and Type | Field and Description |
|---|---|
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
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
toArray()
Convert this to an array of its data fields.
|
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
public java.lang.Object[] toArray()