Class StatsFilterVO

java.lang.Object
org.silverpeas.components.kmelia.model.StatsFilterVO

public class StatsFilterVO extends Object
This class aims to centralize statistic filter parameters. Mandatory parameter are given with the StatsFilterVO default constructor.
  • Constructor Details

    • StatsFilterVO

      public StatsFilterVO(String instanceId, Integer topicId, Date startDate, Date endDate)
  • Method Details

    • getInstanceId

      public String getInstanceId()
      Returns:
      the instanceId
    • setInstanceId

      public void setInstanceId(String instanceId)
      Parameters:
      instanceId - the instanceId to set
    • getTopicId

      public Integer getTopicId()
      Returns:
      the topicId
    • setTopicId

      public void setTopicId(Integer topicId)
      Parameters:
      topicId - the topicId to set
    • getStartDate

      public Date getStartDate()
      Returns:
      the startDate
    • setStartDate

      public void setStartDate(Date startDate)
      Parameters:
      startDate - the startDate to set
    • getEndDate

      public Date getEndDate()
      Returns:
      the endDate
    • setEndDate

      public void setEndDate(Date endDate)
      Parameters:
      endDate - the endDate to set
    • getGroupId

      public Integer getGroupId()
      Returns:
      the groupId
    • setGroupId

      public void setGroupId(Integer groupId)
      Parameters:
      groupId - the groupId to set