Class StatisticsReportCommand


  • public class StatisticsReportCommand
    extends java.lang.Object
    Command object for listing a specific statistics report. This object deserializes query params for a specific report, identified by integer ID.
    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    DJ Gregor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getId()
      getId
      void setId​(java.lang.Integer id)
      setId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatisticsReportCommand

        public StatisticsReportCommand()
    • Method Detail

      • getId

        public java.lang.Integer getId()

        getId

        Returns:
        a Integer object.
      • setId

        public void setId​(java.lang.Integer id)

        setId

        Parameters:
        id - a Integer object.