Class RuntimeLogSummary

java.lang.Object
bpmn.admin.history.RuntimeLogSummary
All Implemented Interfaces:
Serializable

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

    • RuntimeLogSummary

      public RuntimeLogSummary()
    • RuntimeLogSummary

      public RuntimeLogSummary(long id, Date logTimestamp, String time, String logLine, String type)
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getLogTimestamp

      public Date getLogTimestamp()
    • setLogTimestamp

      public void setLogTimestamp(Date logTimestamp)
    • getTime

      public String getTime()
    • setTime

      public void setTime(String time)
    • getLogLine

      public String getLogLine()
    • setLogLine

      public void setLogLine(String logLine)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class Object