Package org.kie.api.task.model
Interface Comment
-
- All Superinterfaces:
Externalizable
,Serializable
public interface Comment extends Externalizable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getAddedAt()
User
getAddedBy()
Long
getId()
String
getText()
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-