com.aspose.note

Class NoteTagCore

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<NoteTagCore>
    Direct Known Subclasses:
    NoteTag, NoteTask


    public abstract class NoteTagCore
    extends Object
    implements com.aspose.ms.System.IEquatable<NoteTagCore>

    The base class for note tag and note task.

    • Method Detail

      • getCreationTime

        public Date getCreationTime()

        Gets or sets the creation time.

        Value: The DateTime.
      • setCreationTime

        public void setCreationTime(Date value)

        Gets or sets the creation time.

        Value: The DateTime.
      • getCompletedTime

        public Date getCompletedTime()

        Gets or sets the completed time.

        Value: The Nullable{DateTime}.
      • setCompletedTime

        public void setCompletedTime(Date value)

        Gets or sets the completed time.

        Value: The Nullable{DateTime}.
      • getStatus

        public int getStatus()

        Gets or sets the status.

        Value: The TagStatus.
      • setStatus

        public void setStatus(int value)

        Gets or sets the status.

        Value: The TagStatus.
      • getIcon

        public int getIcon()

        Gets or sets the icon.

        Value: The TagIcon.
      • setIcon

        public void setIcon(int value)

        Gets or sets the icon.

        Value: The TagIcon.
      • equals

        public boolean equals(NoteTagCore other)

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

        Parameters:
        other - The object.
        Returns:
        The bool.
      • 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 Object
        Parameters:
        obj - Any object.
        Returns:
        The bool.
      • hashCode

        public int hashCode()

        Serves as a hash function for the type.

        Overrides:
        hashCode in class Object
        Returns:
        The int.