com.aspose.note

Class NoteTask

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<NoteTagCore>


    public final class NoteTask
    extends NoteTagCore

    Specifies the note task.

    • Constructor Detail

      • NoteTask

        public NoteTask()

        Initializes a new instance of the NoteTask class.

    • Method Detail

      • getTaskType

        public int getTaskType()

        Gets or sets the task type.

        Value: The TaskType.
      • setTaskType

        public void setTaskType(int value)

        Gets or sets the task type.

        Value: The TaskType.
      • getDueDate

        public Date getDueDate()

        Gets or sets the due date.

        Value: The DateTime.
      • setDueDate

        public void setDueDate(Date value)

        Gets or sets the due date.

        Value: The DateTime.
      • equals

        public boolean equals(Object obj)

        Determines whether the specified object is equal to the current object.

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<NoteTagCore>
        Overrides:
        equals in class NoteTagCore
        Parameters:
        obj - The object.
        Returns:
        The bool.
      • equals

        public boolean equals(NoteTask other)

        Determines whether the specified object is equal to the current object.

        Parameters:
        other - The object.
        Returns:
        The bool.
      • hashCode

        public int hashCode()

        Serves as a hash function for the type.

        Overrides:
        hashCode in class NoteTagCore
        Returns:
        The int.