org.jbpm.console.ng.es.model
Class ErrorSummary
java.lang.Object
org.jbpm.console.ng.es.model.ErrorSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class ErrorSummary
- 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 |
ErrorSummary
public ErrorSummary()
ErrorSummary
public ErrorSummary(Long id,
Date time,
String message,
String stacktrace,
Long requestInfoId)
getId
public Long getId()
setId
public void setId(Long id)
getTime
public Date getTime()
setTime
public void setTime(Date time)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getStacktrace
public String getStacktrace()
setStacktrace
public void setStacktrace(String stacktrace)
getRequestInfoId
public Long getRequestInfoId()
setRequestInfoId
public void setRequestInfoId(Long requestInfoId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.