Interface Comment

All Superinterfaces:
Change, Serializable
All Known Implementing Classes:
CommentImpl

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

    • getNum

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

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

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

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

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

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

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

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