CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class ChartGanttStatsDto

java.lang.Object
  extended by 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

Constructor Summary
ChartGanttStatsDto()
           
 
Method Summary
 java.lang.Long getOverdueCount()
           
 java.lang.Long getOvertimeCount()
           
 java.lang.Long getPlannedCount()
           
 void setOverdueCount(java.lang.Long overdueCount)
           
 void setOvertimeCount(java.lang.Long overtimeCount)
           
 void setPlannedCount(java.lang.Long plannedCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartGanttStatsDto

public ChartGanttStatsDto()
Method Detail

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)

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.