Package com.soffid.iam.bpm.api
Class Comment
java.lang.Object
com.soffid.iam.bpm.api.Comment
- All Implemented Interfaces:
Serializable
ValueObject Comment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActor()Gets value for attribute actorGets value for attribute messagegetNode()Gets value for attribute nodegetTime()Gets value for attribute timevoidSets value for attribute actorvoidsetMessage(String message) Sets value for attribute messagevoidSets value for attribute nodevoidSets value for attribute timetoString()Returns a string representation of the value object.
-
Constructor Details
-
Comment
public Comment() -
Comment
-
Comment
-
-
Method Details
-
getMessage
Gets value for attribute message -
setMessage
Sets value for attribute message -
getActor
Gets value for attribute actor -
setActor
Sets value for attribute actor -
getNode
Gets value for attribute node -
setNode
Sets value for attribute node -
getTime
Gets value for attribute time -
setTime
Sets value for attribute time -
toString
Returns a string representation of the value object.
-