jBPM Console NG - Business Domain API 6.2.1-SNAPSHOT

org.jbpm.console.ng.bd.model
Class RuntimeLogSummary

java.lang.Object
  extended by org.jbpm.console.ng.bd.model.RuntimeLogSummary
All Implemented Interfaces:
Serializable

@Portable
public class RuntimeLogSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RuntimeLogSummary()
           
RuntimeLogSummary(long id, String time, String logLine, String type)
           
 
Method Summary
 long getId()
           
 String getLogLine()
           
 String getTime()
           
 String getType()
           
 void setId(long id)
           
 void setLogLine(String logLine)
           
 void setTime(String time)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeLogSummary

public RuntimeLogSummary()

RuntimeLogSummary

public RuntimeLogSummary(long id,
                         String time,
                         String logLine,
                         String type)
Method Detail

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)

jBPM Console NG - Business Domain API 6.2.1-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.