WikiVis Web Application
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Private Attributes | List of all members
wikivis.data.model.MonthStatistics Class Reference

holds statistical data for a month. More...

Public Member Functions

Calendar getMonth ()
void setMonth (Calendar month)
int getNumRevisions ()
void setNumRevisions (int numRevisions)

Private Attributes

Calendar month = new GregorianCalendar()
 the actual month
int numRevisions
 the number of revisions

Detailed Description

holds statistical data for a month.

Author
Florian Zoubek zoube.nosp@m.k@bi.nosp@m.tanda.nosp@m.rt.a.nosp@m.t

Member Function Documentation

Calendar wikivis.data.model.MonthStatistics.getMonth ( )
Returns
the month
int wikivis.data.model.MonthStatistics.getNumRevisions ( )
Returns
the numRevisions
void wikivis.data.model.MonthStatistics.setMonth ( Calendar  month)
Parameters
monththe month to set
void wikivis.data.model.MonthStatistics.setNumRevisions ( int  numRevisions)
Parameters
numRevisionsthe numRevisions to set

Member Data Documentation

Calendar wikivis.data.model.MonthStatistics.month = new GregorianCalendar()
private

the actual month

int wikivis.data.model.MonthStatistics.numRevisions
private

the number of revisions


The documentation for this class was generated from the following file: