com.atlassian.greenhopper.web.rapid.work
Class PoolService.BoardStatisticsData

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.work.PoolService.BoardStatisticsData
Direct Known Subclasses:
PoolService.ColumnConstraintsData
Enclosing interface:
PoolService

public static class PoolService.BoardStatisticsData
extends java.lang.Object

Result returned by getColumnStatistics


Constructor Summary
PoolService.BoardStatisticsData()
           
 
Method Summary
 int getIssueCount()
           
 org.joda.time.DateTime getLastUpdatedDate()
           
 void setIssueCount(int issueCount)
           
 void setLastUpdatedDate(org.joda.time.DateTime lastUpdatedDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolService.BoardStatisticsData

public PoolService.BoardStatisticsData()
Method Detail

getIssueCount

public int getIssueCount()

setIssueCount

public void setIssueCount(int issueCount)

getLastUpdatedDate

public org.joda.time.DateTime getLastUpdatedDate()

setLastUpdatedDate

public void setLastUpdatedDate(org.joda.time.DateTime lastUpdatedDate)


Copyright © 2007-2012 Atlassian. All Rights Reserved.