Class SearchMonthly
java.lang.Object
com.kheops.jmap.server.statistic.pojo.search.Search
com.kheops.jmap.server.statistic.pojo.search.SearchAggregation
com.kheops.jmap.server.statistic.pojo.search.SearchMonthly
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.kheops.jmap.server.statistic.pojo.search.SearchAggregation
getCountGreaterOrEqualsTo, getCountLowerOrEqualsTo, getYear, setCountGreaterOrEqualsTo, setCountLowerOrEqualsTo, setYear
Methods inherited from class com.kheops.jmap.server.statistic.pojo.search.Search
getAction, getElementPerPage, getPageNumber, getProjectId, getTargetId, getTargetType, getUserId, setAction, setElementPerPage, setPageNumber, setProjectId, setTargetId, setTargetType, setUserId
-
Constructor Details
-
SearchMonthly
public SearchMonthly()
-
-
Method Details
-
getMonth
public int getMonth() -
setMonth
public void setMonth(int month) - Parameters:
month
- : starts at 1 not 0
-