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
The type Comment.
- See Also:
-
Constructor Details
-
CommentImpl
public CommentImpl()
-
-
Method Details
-
getNum
public int getNum()Description copied from interface:CommentGets the num. -
setNum
public void setNum(int num) Description copied from interface:CommentSets the num. -
getPlain
Description copied from interface:CommentGets the plain. -
setPlain
Description copied from interface:CommentSets the plain. -
getTagged
Description copied from interface:CommentGets the tagged. -
setTagged
Description copied from interface:CommentSets the tagged. -
getImage
Description copied from interface:CommentGets the image. -
setImage
Description copied from interface:CommentSets the image.
-