org.jbpm.console.ng.es.model
Class RequestSummary
java.lang.Object
org.jbpm.console.ng.es.model.RequestSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class RequestSummary
- 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 |
RequestSummary
public RequestSummary()
RequestSummary
public RequestSummary(Long id,
Date time,
String status,
String commandName,
String message,
String key)
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.