org.jbpm.console.ng.ht.model
Class TaskEventSummary
java.lang.Object
org.jbpm.console.ng.ht.model.TaskEventSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class TaskEventSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
TaskEventSummary
public TaskEventSummary()
TaskEventSummary
public TaskEventSummary(Long id,
Long taskId,
String type,
String userId,
Date logTime)
getId
public Long getId()
setId
public void setId(Long id)
getTaskId
public Long getTaskId()
setTaskId
public void setTaskId(Long taskId)
getType
public String getType()
setType
public void setType(String type)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getLogTime
public Date getLogTime()
setLogTime
public void setLogTime(Date logTime)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.