Class Comment

java.lang.Object
com.soffid.iam.bpm.api.Comment
All Implemented Interfaces:
Serializable

public class Comment extends Object implements Serializable
ValueObject Comment
See Also:
  • Constructor Details

    • Comment

      public Comment()
    • Comment

      public Comment(String message, String actor, String node, Date time)
    • Comment

      public Comment(Comment otherBean)
  • Method Details

    • getMessage

      public String getMessage()
      Gets value for attribute message
    • setMessage

      public void setMessage(String message)
      Sets value for attribute message
    • getActor

      public String getActor()
      Gets value for attribute actor
    • setActor

      public void setActor(String actor)
      Sets value for attribute actor
    • getNode

      public String getNode()
      Gets value for attribute node
    • setNode

      public void setNode(String node)
      Sets value for attribute node
    • getTime

      public Date getTime()
      Gets value for attribute time
    • setTime

      public void setTime(Date time)
      Sets value for attribute time
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object