Class StatsFilterVO
java.lang.Object
org.silverpeas.components.kmelia.model.StatsFilterVO
This class aims to centralize statistic filter parameters. Mandatory parameter are given with the
StatsFilterVO default constructor.
-
Constructor Summary
ConstructorsConstructorDescriptionStatsFilterVO(String instanceId, Integer topicId, Date startDate, Date endDate) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndDate(Date endDate) voidsetGroupId(Integer groupId) voidsetInstanceId(String instanceId) voidsetStartDate(Date startDate) voidsetTopicId(Integer topicId)
-
Constructor Details
-
StatsFilterVO
-
-
Method Details
-
getInstanceId
- Returns:
- the instanceId
-
setInstanceId
- Parameters:
instanceId- the instanceId to set
-
getTopicId
- Returns:
- the topicId
-
setTopicId
- Parameters:
topicId- the topicId to set
-
getStartDate
- Returns:
- the startDate
-
setStartDate
- Parameters:
startDate- the startDate to set
-
getEndDate
- Returns:
- the endDate
-
setEndDate
- Parameters:
endDate- the endDate to set
-
getGroupId
- Returns:
- the groupId
-
setGroupId
- Parameters:
groupId- the groupId to set
-