Package io.keikai.model.impl
Class AbstractCommentAdv
- java.lang.Object
-
- io.keikai.model.impl.AbstractCommentAdv
-
- All Implemented Interfaces:
SComment
,Serializable
- Direct Known Subclasses:
CommentImpl
public abstract class AbstractCommentAdv extends Object implements SComment, Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCommentAdv()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AbstractCommentAdv
clone()
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.SComment
getAuthor, getRichText, getText, isRichText, isVisible, setAuthor, setRichText, setText, setupRichText, setVisible
-
-
-
-
Method Detail
-
clone
public abstract AbstractCommentAdv clone()
-
-