public class ReminderItemAction
extends java.lang.Object
| Constructor and Description |
|---|
ReminderItemAction()
Instantiates a new reminder item action.
|
ReminderItemAction(ItemId itemId,
ReminderActionType type)
Instantiates a new reminder item action.
|
ReminderItemAction(ItemId itemId,
ReminderActionType type,
java.util.Date newReminderTime)
Instantiates a new reminder item action.
|
| Modifier and Type | Method and Description |
|---|---|
ItemId |
getItemId()
Gets the item id.
|
java.util.Date |
getNewReminderTime()
Gets the new reminder time.
|
ReminderActionType |
getType()
Gets the type.
|
void |
setItemId(ItemId itemId)
Sets the item id.
|
void |
setNewReminderTime(java.util.Date newReminderTime)
Sets the new reminder time.
|
void |
setType(ReminderActionType type)
Sets the type.
|
public ReminderItemAction()
public ReminderItemAction(ItemId itemId, ReminderActionType type)
itemId - the item idtype - the typepublic ReminderItemAction(ItemId itemId, ReminderActionType type, java.util.Date newReminderTime)
itemId - the item idtype - the typenewReminderTime - the new reminder timepublic ReminderActionType getType()
public void setType(ReminderActionType type)
type - the new typepublic ItemId getItemId()
public void setItemId(ItemId itemId)
itemId - the new item idpublic java.util.Date getNewReminderTime()
public void setNewReminderTime(java.util.Date newReminderTime)
newReminderTime - the new new reminder time