jBPM Console NG - Executor Service API 6.1.1-SNAPSHOT

org.jbpm.console.ng.es.model
Class RequestSummary

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

@Portable
public class RequestSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RequestSummary()
           
RequestSummary(Long id, Date time, String status, String commandName, String message, String key)
           
 
Method Summary
 String getCommandName()
           
 int getExecutions()
           
 Long getId()
           
 String getKey()
           
 String getMessage()
           
 int getRetries()
           
 String getStatus()
           
 Date getTime()
           
 void setCommandName(String commandName)
           
 void setExecutions(int executions)
           
 void setId(Long id)
           
 void setKey(String key)
           
 void setMessage(String message)
           
 void setRetries(int retries)
           
 void setStatus(String status)
           
 void setTime(Date time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSummary

public RequestSummary()

RequestSummary

public RequestSummary(Long id,
                      Date time,
                      String status,
                      String commandName,
                      String message,
                      String key)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getTime

public Date getTime()

setTime

public void setTime(Date time)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getCommandName

public String getCommandName()

setCommandName

public void setCommandName(String commandName)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getKey

public String getKey()

setKey

public void setKey(String key)

getRetries

public int getRetries()

setRetries

public void setRetries(int retries)

getExecutions

public int getExecutions()

setExecutions

public void setExecutions(int executions)

jBPM Console NG - Executor Service API 6.1.1-SNAPSHOT

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