com.intland.codebeamer.persistence.dto
Class ChartGanttStatsDto
java.lang.Object
com.intland.codebeamer.persistence.dto.ChartGanttStatsDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable
public class ChartGanttStatsDto
- extends java.lang.Object
- implements BaseDto
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartGanttStatsDto
public ChartGanttStatsDto()
getOverdueCount
public java.lang.Long getOverdueCount()
setOverdueCount
public void setOverdueCount(java.lang.Long overdueCount)
getOvertimeCount
public java.lang.Long getOvertimeCount()
setOvertimeCount
public void setOvertimeCount(java.lang.Long overtimeCount)
getPlannedCount
public java.lang.Long getPlannedCount()
setPlannedCount
public void setPlannedCount(java.lang.Long plannedCount)
Copyright © 2006-2009 Intland Software. All rights reserved.