public abstract class ScheduledItem
extends mvp.Model
| Modifier and Type | Field and Description |
|---|---|
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
|
| Constructor and Description |
|---|
ScheduledItem()
Construct an empty schduled item.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
protected java.lang.String title
protected Date startOrDueDate
protected Date endDate
protected Category category
public java.lang.String getTitle()
public Date getDate()
public Date getEndDate()
public Category getCategory()
public abstract ItemKey getKey()