public final class NoteTask extends NoteTagCore
Specifies the note task.
Constructor and Description |
---|
NoteTask()
Initializes a new instance of the
NoteTask class. |
Modifier and Type | Method and Description |
---|---|
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 |
getTaskType()
Gets or sets the task type.
|
int |
hashCode()
Serves as a hash function for the type.
|
void |
setDueDate(Date value)
Gets or sets the due date.
|
void |
setTaskType(int value)
Gets or sets the task type.
|
equals, getCompletedTime, getCreationTime, getIcon, getStatus, setCompletedTime, setCreationTime, setIcon, setStatus
public int getTaskType()
Gets or sets the task type.
Value: TheTaskType
.public void setTaskType(int value)
Gets or sets the task type.
Value: TheTaskType
.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 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.
hashCode
in class NoteTagCore
int
.Copyright (c) 2017 Aspose. All Rights Reserved.