com.intland.codebeamer.persistence.dto
Class ScmChangeSetStatsDto
java.lang.Object
com.intland.codebeamer.persistence.dto.ScmChangeSetStatsDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable
public class ScmChangeSetStatsDto
- extends java.lang.Object
- implements BaseDto
TODO
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScmChangeSetStatsDto
public ScmChangeSetStatsDto()
getLast30Days
public int getLast30Days()
setLast30Days
public void setLast30Days(int last30Days)
getThisWeek
public int getThisWeek()
setThisWeek
public void setThisWeek(int thisWeek)
getYesterday
public int getYesterday()
setYesterday
public void setYesterday(int yesterday)
getAll
public int getAll()
setAll
public void setAll(int all)
getThisMonth
public int getThisMonth()
setThisMonth
public void setThisMonth(int thisMonth)
getThisYear
public int getThisYear()
setThisYear
public void setThisYear(int thisYear)
getToday
public int getToday()
setToday
public void setToday(int today)
Copyright © 2006-2009 Intland Software. All rights reserved.