Class CommentImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.ChangeImpl
-
- com.priint.pubserver.metadata.xml.note.CommentImpl
-
public class CommentImpl extends ChangeImpl implements Comment
The type Comment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagegetImage()Gets the image.intgetNum()Gets the num.java.lang.StringgetPlain()Gets the plain.java.lang.StringgetTagged()Gets the tagged.voidsetImage(Image image)Sets the image.voidsetNum(int num)Sets the num.voidsetPlain(java.lang.String plain)Sets the plain.voidsetTagged(java.lang.String tagged)Sets the tagged.-
Methods inherited from class com.priint.pubserver.metadata.xml.note.ChangeImpl
getOn, getRole, getState, getUser, setOn, setRole, setState, setUser
-
-
-
-
Method Detail
-
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
public java.lang.String getPlain()
Description copied from interface:CommentGets the plain.
-
setPlain
public void setPlain(java.lang.String plain)
Description copied from interface:CommentSets the plain.
-
getTagged
public java.lang.String getTagged()
Description copied from interface:CommentGets the tagged.
-
setTagged
public void setTagged(java.lang.String tagged)
Description copied from interface:CommentSets the tagged.
-
-