Class CommentImpl

    • Constructor Detail

      • CommentImpl

        public CommentImpl()
    • Method Detail

      • getNum

        public int getNum()
        Description copied from interface: Comment
        Gets the num.
        Specified by:
        getNum in interface Comment
        Returns:
        the num
      • setNum

        public void setNum​(int num)
        Description copied from interface: Comment
        Sets the num.
        Specified by:
        setNum in interface Comment
        Parameters:
        num - the new num
      • getPlain

        public java.lang.String getPlain()
        Description copied from interface: Comment
        Gets the plain.
        Specified by:
        getPlain in interface Comment
        Returns:
        the plain
      • setPlain

        public void setPlain​(java.lang.String plain)
        Description copied from interface: Comment
        Sets the plain.
        Specified by:
        setPlain in interface Comment
        Parameters:
        plain - the new plain
      • getTagged

        public java.lang.String getTagged()
        Description copied from interface: Comment
        Gets the tagged.
        Specified by:
        getTagged in interface Comment
        Returns:
        the tagged
      • setTagged

        public void setTagged​(java.lang.String tagged)
        Description copied from interface: Comment
        Sets the tagged.
        Specified by:
        setTagged in interface Comment
        Parameters:
        tagged - the new tagged
      • getImage

        public Image getImage()
        Description copied from interface: Comment
        Gets the image.
        Specified by:
        getImage in interface Comment
        Returns:
        the image
        See Also:
        Image
      • setImage

        public void setImage​(Image image)
        Description copied from interface: Comment
        Sets the image.
        Specified by:
        setImage in interface Comment
        Parameters:
        image - the new image
        See Also:
        Image