public class Reminder
extends java.lang.Object
| Constructor and Description |
|---|
Reminder()
Instantiates a new reminder.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndTime()
Gets the end time.
|
ReminderGroup |
getGroup()
Gets the group.
|
ItemId |
getItemId()
Gets the item id.
|
java.lang.String |
getLocation()
Gets the location.
|
ItemId |
getRecurringMasterItemId()
Gets the recurring master item id.
|
java.util.Date |
getStartTime()
Gets the start time.
|
java.lang.String |
getSubject()
Gets the subject.
|
java.util.Date |
getTime()
Gets the time.
|
java.lang.String |
getUid()
Gets the uid.
|
public java.lang.String getSubject()
public java.lang.String getLocation()
public java.util.Date getTime()
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public ItemId getItemId()
public ItemId getRecurringMasterItemId()
public ReminderGroup getGroup()
public java.lang.String getUid()