public abstract class NoteTagCore extends Object implements com.aspose.ms.System.IEquatable<NoteTagCore>
The base class for note tag and note task.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(NoteTagCore 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 |
getCompletedTime()
Gets or sets the completed time.
|
Date |
getCreationTime()
Gets or sets the creation time.
|
int |
getIcon()
Gets or sets the icon.
|
int |
getStatus()
Gets or sets the status.
|
int |
hashCode()
Serves as a hash function for the type.
|
void |
setCompletedTime(Date value)
Gets or sets the completed time.
|
void |
setCreationTime(Date value)
Gets or sets the creation time.
|
void |
setIcon(int value)
Gets or sets the icon.
|
void |
setStatus(int value)
Gets or sets the status.
|
public Date getCreationTime()
Gets or sets the creation time.
Value: TheDateTime
.public void setCreationTime(Date value)
Gets or sets the creation time.
Value: TheDateTime
.public Date getCompletedTime()
Gets or sets the completed time.
Value: TheNullable{DateTime}
.public void setCompletedTime(Date value)
Gets or sets the completed time.
Value: TheNullable{DateTime}
.public int getStatus()
Gets or sets the status.
Value: TheTagStatus
.public void setStatus(int value)
Gets or sets the status.
Value: TheTagStatus
.public int getIcon()
Gets or sets the icon.
Value: TheTagIcon
.public void setIcon(int value)
Gets or sets the icon.
Value: TheTagIcon
.public boolean equals(NoteTagCore other)
Determines whether the specified object is equal to the current object.
other
- The object.bool
.public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
equals
in interface com.aspose.ms.System.IEquatable<NoteTagCore>
equals
in class Object
obj
- Any object.bool
.