org.jbpm.console.ng.bd.model
Class RuntimeLogSummary
java.lang.Object
org.jbpm.console.ng.bd.model.RuntimeLogSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class RuntimeLogSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeLogSummary
public RuntimeLogSummary()
RuntimeLogSummary
public RuntimeLogSummary(long id,
String time,
String logLine,
String type)
getId
public long getId()
setId
public void setId(long id)
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)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.