Interface Comment

  • All Superinterfaces:
    Change, java.io.Serializable
    All Known Implementing Classes:
    CommentImpl

    public interface Comment
    extends Change
    The Interface Comment.
    • Method Detail

      • getNum

        int getNum()
        Gets the num.
        Returns:
        the num
      • setNum

        void setNum​(int num)
        Sets the num.
        Parameters:
        num - the new num
      • getPlain

        java.lang.String getPlain()
        Gets the plain.
        Returns:
        the plain
      • setPlain

        void setPlain​(java.lang.String plain)
        Sets the plain.
        Parameters:
        plain - the new plain
      • getTagged

        java.lang.String getTagged()
        Gets the tagged.
        Returns:
        the tagged
      • setTagged

        void setTagged​(java.lang.String tagged)
        Sets the tagged.
        Parameters:
        tagged - the new tagged
      • getImage

        Image getImage()
        Gets the image.
        Returns:
        the image
        See Also:
        Image
      • setImage

        void setImage​(Image image)
        Sets the image.
        Parameters:
        image - the new image
        See Also:
        Image