Modifier and Type | Method and Description |
---|---|
static NoteTask |
createCustomFollowUpDate(Date dueDate)
Creates a new note task with NoFollowUpDateFlag icon and specified due date.
|
static NoteTask |
createFollowUpNextWeek()
* Creates a new note tag with FollowUpNextWeekFlag icon.
|
static NoteTask |
createFollowUpThisWeek()
* Creates a new note tag with FollowUpThisWeekFlag icon.
|
static NoteTask |
createFollowUpToday()
* Creates a new note tag with FollowUpTodayFlag icon.
|
static NoteTask |
createFollowUpTomorrow()
* Creates a new note tag with FollowUpTomorrowFlag icon.
|
static NoteTask |
createNoFollowUpDate()
* Creates a new note tag with NoFollowUpDateFlag icon.
|
boolean |
equals(NoteTask other)
Determines whether the specified object is equal to the current object.
|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object.
|
Date |
getDueDate()
Gets or sets the due date.
|
int |
getIcon()
Gets or sets the icon.
|
String |
getLabel()
Gets the label text.
|
int |
hashCode()
Serves as a hash function for the type.
|
void |
setDueDate(Date value)
Gets or sets the due date.
|
void |
setOpen()
Sets the tag to open state.
|
getChecked, getCompletedTime, getCreationTime, getStatus, setCompleted, setCompleted, setCreationTime
public static NoteTask createFollowUpNextWeek()
* Creates a new note tag with FollowUpNextWeekFlag icon.
NoteTask
.public static NoteTask createFollowUpThisWeek()
* Creates a new note tag with FollowUpThisWeekFlag icon.
NoteTask
.public static NoteTask createFollowUpToday()
* Creates a new note tag with FollowUpTodayFlag icon.
NoteTask
.public static NoteTask createFollowUpTomorrow()
* Creates a new note tag with FollowUpTomorrowFlag icon.
NoteTask
.public static NoteTask createNoFollowUpDate()
* Creates a new note tag with NoFollowUpDateFlag icon.
NoteTask
.public static NoteTask createCustomFollowUpDate(Date dueDate)
Creates a new note task with NoFollowUpDateFlag icon and specified due date.
dueDate
- The due Date.NoteTask
.public Date getDueDate()
Gets or sets the due date.
Value: TheDateTime
.public void setDueDate(Date value)
Gets or sets the due date.
Value: TheDateTime
.public int getIcon()
Gets or sets the icon.
Value: TheTagIcon
.public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
public boolean equals(NoteTask other)
Determines whether the specified object is equal to the current object.
other
- The object.bool
.public int hashCode()
Serves as a hash function for the type.