Class ProcessLog

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

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

    • ProcessLog

      public ProcessLog()
    • ProcessLog

      public ProcessLog(long processId, Date date, String action, String user)
    • ProcessLog

      public ProcessLog(long processId)
    • ProcessLog

      public ProcessLog(ProcessLog otherBean)
  • Method Details

    • getProcessId

      public long getProcessId()
      Gets value for attribute processId
    • setProcessId

      public void setProcessId(long processId)
      Sets value for attribute processId
    • getDate

      public Date getDate()
      Gets value for attribute date
    • setDate

      public void setDate(Date date)
      Sets value for attribute date
    • getAction

      public String getAction()
      Gets value for attribute action
    • setAction

      public void setAction(String action)
      Sets value for attribute action
    • getUser

      public String getUser()
      Gets value for attribute user
    • setUser

      public void setUser(String user)
      Sets value for attribute user
    • toString

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