Uses of Class
org.novadeck.jxla.data.MonthData

Packages that use MonthData
org.novadeck.jxla.data   
 

Uses of MonthData in org.novadeck.jxla.data
 

Methods in org.novadeck.jxla.data that return MonthData
 MonthData SiteHistory.getLastMonth()
          retrieve current month information.
 

Methods in org.novadeck.jxla.data with parameters of type MonthData
 void SiteHistory.addMonthSummary(MonthData m)
          add a month to be stored summarized
 void SiteHistory.setLastMonth(MonthData m)
          set the month that has been finished ( current month ) to store all data for further use
 

Constructors in org.novadeck.jxla.data with parameters of type MonthData
DayData(int day, MonthData month)
          constructor