com.intland.codebeamer.persistence.dto
Class TrackerItemHistoryEventListDto
java.lang.Object
com.intland.codebeamer.persistence.dto.TrackerItemHistoryEventListDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable, java.lang.Cloneable
public class TrackerItemHistoryEventListDto
- extends java.lang.Object
- implements java.lang.Cloneable, BaseDto
Container for the full history events list for given TrackerItem
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackerItemHistoryEventListDto
public TrackerItemHistoryEventListDto()
getEventList
public java.util.List<TrackerItemHistoryEventDto> getEventList()
setEventList
public void setEventList(java.util.List<TrackerItemHistoryEventDto> eventList)
getTaskId
public java.lang.Integer getTaskId()
setTaskId
public void setTaskId(java.lang.Integer taskId)
Copyright © 2006-2009 Intland Software. All rights reserved.