jBPM Console NG - Executor Service API 6.2.0-SNAPSHOT

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

java.lang.Object
  extended by org.uberfire.paging.AbstractPageRow
      extended by org.jbpm.console.ng.ga.model.GenericSummary
          extended by org.jbpm.console.ng.es.model.RequestSummary
All Implemented Interfaces:
Serializable, Comparable<org.uberfire.paging.AbstractPageRow>

@Portable
public class RequestSummary
extends GenericSummary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary
id, name
 
Constructor Summary
RequestSummary()
           
RequestSummary(Long jobId, Date time, String status, String commandName, String message, String key)
           
 
Method Summary
 String getCommandName()
           
 int getExecutions()
           
 Long getJobId()
           
 String getKey()
           
 String getMessage()
           
 int getRetries()
           
 String getStatus()
           
 Date getTime()
           
 void setCommandName(String commandName)
           
 void setExecutions(int executions)
           
 void setJobId(Long jobId)
           
 void setKey(String key)
           
 void setMessage(String message)
           
 void setRetries(int retries)
           
 void setStatus(String status)
           
 void setTime(Date time)
           
 
Methods inherited from class org.jbpm.console.ng.ga.model.GenericSummary
equals, getId, getName, hashCode, setId, setName
 
Methods inherited from class org.uberfire.paging.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSummary

public RequestSummary()

RequestSummary

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

getJobId

public Long getJobId()

setJobId

public void setJobId(Long jobId)

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.2.0-SNAPSHOT

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