public class NoteTagState extends Object
Gets the definition and state of a note tag.
Constructor and Description |
---|
NoteTagState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
byte |
getActionItemSchemaVersion()
It is reserved for future use.
|
ActionItemStatus |
getActionItemStatus()
Gets the status of the note tag.
|
int |
getActionItemType()
Gets the identity of the note tag.
|
com.aspose.ms.System.DateTime |
getNoteTagCompleted()
Gets when the note tag was marked complete.
|
com.aspose.ms.System.DateTime |
getNoteTagCreated()
Gets when the note tag was created.
|
NoteTagSharedDefinitionContainer |
getNoteTagDefinitionOid()
Gets or sets the note tag definition oid.
|
NoteTagPropertyStatus |
getNoteTagPropertyStatus()
Gets the status of the note tag.
|
int |
getTagIcon()
Gets the type of icon to display for the note tag.
|
com.aspose.ms.System.DateTime |
getTaskTagDueDate()
Gets the due date for the note tag.
|
int |
hashCode()
The get hash code.
|
static boolean |
op_Equality(NoteTagState left,
NoteTagState right)
The ==.
|
static boolean |
op_Inequality(NoteTagState left,
NoteTagState right)
The !=.
|
void |
setActionItemSchemaVersion(byte value)
It is reserved for future use.
|
void |
setActionItemStatus(ActionItemStatus value)
Gets the status of the note tag.
|
void |
setActionItemType(int value)
Gets the identity of the note tag.
|
void |
setNoteTagCompleted(com.aspose.ms.System.DateTime value)
Gets when the note tag was marked complete.
|
void |
setNoteTagCreated(com.aspose.ms.System.DateTime value)
Gets when the note tag was created.
|
void |
setNoteTagDefinitionOid(NoteTagSharedDefinitionContainer value)
Gets or sets the note tag definition oid.
|
void |
setNoteTagPropertyStatus(NoteTagPropertyStatus value)
Gets the status of the note tag.
|
void |
setTagIcon(int value)
Gets the type of icon to display for the note tag.
|
void |
setTaskTagDueDate(com.aspose.ms.System.DateTime value)
Gets the due date for the note tag.
|
public com.aspose.ms.System.DateTime getNoteTagCreated()
Gets when the note tag was created.
public void setNoteTagCreated(com.aspose.ms.System.DateTime value)
Gets when the note tag was created.
public com.aspose.ms.System.DateTime getNoteTagCompleted()
Gets when the note tag was marked complete.
public void setNoteTagCompleted(com.aspose.ms.System.DateTime value)
Gets when the note tag was marked complete.
public ActionItemStatus getActionItemStatus()
Gets the status of the note tag.
public void setActionItemStatus(ActionItemStatus value)
Gets the status of the note tag.
public int getActionItemType()
Gets the identity of the note tag.
public void setActionItemType(int value)
Gets the identity of the note tag.
public NoteTagPropertyStatus getNoteTagPropertyStatus()
Gets the status of the note tag.
public void setNoteTagPropertyStatus(NoteTagPropertyStatus value)
Gets the status of the note tag.
public int getTagIcon()
Gets the type of icon to display for the note tag.
public void setTagIcon(int value)
Gets the type of icon to display for the note tag.
public byte getActionItemSchemaVersion()
It is reserved for future use.
public void setActionItemSchemaVersion(byte value)
It is reserved for future use.
public com.aspose.ms.System.DateTime getTaskTagDueDate()
Gets the due date for the note tag.
public void setTaskTagDueDate(com.aspose.ms.System.DateTime value)
Gets the due date for the note tag.
public NoteTagSharedDefinitionContainer getNoteTagDefinitionOid()
Gets or sets the note tag definition oid.
public void setNoteTagDefinitionOid(NoteTagSharedDefinitionContainer value)
Gets or sets the note tag definition oid.
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(NoteTagState left, NoteTagState right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(NoteTagState left, NoteTagState right)
The !=.
left
- The left.right
- The right.Copyright (c) 2016 Aspose. All Rights Reserved.