Class CommentImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.ChangeImpl
com.priint.pubserver.metadata.xml.note.CommentImpl
All Implemented Interfaces:
Change, Comment, Serializable

public class CommentImpl extends ChangeImpl implements Comment
The type Comment.
See Also:
  • Constructor Details

    • CommentImpl

      public CommentImpl()
  • Method Details

    • 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 String getPlain()
      Description copied from interface: Comment
      Gets the plain.
      Specified by:
      getPlain in interface Comment
      Returns:
      the plain
    • setPlain

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

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

      public void setTagged(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:
    • 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: