org.jbpm.console.ng.ht.model
Class TaskEventSummary
java.lang.Object
org.uberfire.paging.AbstractPageRow
org.jbpm.console.ng.ga.model.GenericSummary
org.jbpm.console.ng.ht.model.TaskEventSummary
- All Implemented Interfaces:
- Serializable, Comparable<org.uberfire.paging.AbstractPageRow>
@Portable
public class TaskEventSummary
- extends GenericSummary
- See Also:
- Serialized Form
| Methods inherited from class org.uberfire.paging.AbstractPageRow |
compareTo |
TaskEventSummary
public TaskEventSummary()
TaskEventSummary
public TaskEventSummary(Long eventId,
Long taskId,
String type,
String userId,
Long workItemId,
Date logTime)
getEventId
public Long getEventId()
getTaskId
public Long getTaskId()
getType
public String getType()
getUserId
public String getUserId()
getLogTime
public Date getLogTime()
getWorkItemId
public Long getWorkItemId()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.