com.groupdocs.annotation.models

Class Reply

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable, Cloneable


    public class Reply
    extends Object
    implements com.aspose.ms.System.ICloneable, Cloneable

    Represents annotation reply.

    • Constructor Detail

      • Reply

        public Reply()
    • Method Detail

      • deepClone

        public final Object deepClone()

        Returns new Instance with same values

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
      • getComment

        public final String getComment()

        Reply comment

        Returns:
      • getId

        public final int getId()

        Reply Id

        Returns:
      • getParentReply

        public final Reply getParentReply()

        Parent reply

        Returns:
      • getRepliedOn

        public final Date getRepliedOn()

        Reply creation date

        Returns:
      • getUser

        public final User getUser()

        Reply creator

        Returns:
      • memberwiseClone

        protected Object memberwiseClone()
      • setComment

        public final void setComment(String value)

        Reply comment

        Parameters:
        value -
      • setId

        public final void setId(int value)

        Reply Id

        Parameters:
        value -
      • setParentReply

        public final void setParentReply(Reply value)

        Parent reply

        Parameters:
        value -
      • setRepliedOn

        public final void setRepliedOn(Date value)

        Reply creation date

        Parameters:
        value -
      • setUser

        public final void setUser(User value)

        Reply creator

        Parameters:
        value -