@Portable public class TaskEventSummary extends Object implements Serializable
Constructor and Description |
---|
TaskEventSummary() |
TaskEventSummary(Long id,
Long taskId,
String type,
String userId,
Date logTime) |
public Long getId()
public void setId(Long id)
public Long getTaskId()
public void setTaskId(Long taskId)
public String getType()
public void setType(String type)
public String getUserId()
public void setUserId(String userId)
public Date getLogTime()
public void setLogTime(Date logTime)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.