Dekoh platform API

dekoh.portal.fwk.persistence.search
Class DayMonthYearViewGenerator.MonthYearViewEntry

java.lang.Object
  extended by dekoh.portal.fwk.persistence.search.DayMonthYearViewGenerator.MonthYearViewEntry
Enclosing class:
DayMonthYearViewGenerator

public static class DayMonthYearViewGenerator.MonthYearViewEntry
extends Object

Represents the number of DigitalObjects added to Dekoh in a given month of an Year


Constructor Summary
DayMonthYearViewGenerator.MonthYearViewEntry(int year, int month, int noOfDio)
           
 
Method Summary
 boolean equals(Object o)
           
 int getMonth()
           
 int getNoOfDio()
           
 int getYear()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DayMonthYearViewGenerator.MonthYearViewEntry

public DayMonthYearViewGenerator.MonthYearViewEntry(int year,
                                                    int month,
                                                    int noOfDio)
Method Detail

getYear

public int getYear()

getMonth

public int getMonth()

getNoOfDio

public int getNoOfDio()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers