Package 

Class DataPointBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String day
      private String month
      private String value
      private String week
      private String year
      private String hour
    • Method Summary

      Modifier and Type Method Description
      String getDay() Get day of month of record
      void setDay(String day) Set day of month of record
      String getMonth() Get month of year of record
      void setMonth(String month) Set month of year of record
      String getValue() Get data point value of record.
      void setValue(String value) Set data point value of record.
      String getWeek()
      void setWeek(String week)
      String getYear() Get year of record
      void setYear(String year) Set year of record
      String getHour()
      void setHour(String hour)
      • Methods inherited from class java.lang.Object

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

      • getDay

         String getDay()

        Get day of month of record

      • setDay

         void setDay(String day)

        Set day of month of record

        Parameters:
        day - day of month of record
      • getMonth

         String getMonth()

        Get month of year of record

      • setMonth

         void setMonth(String month)

        Set month of year of record

        Parameters:
        month - month of year of record
      • getValue

         String getValue()

        Get data point value of record.

      • setValue

         void setValue(String value)

        Set data point value of record.

        Parameters:
        value - data point value of record.
      • getWeek

        @Deprecated() String getWeek()
      • setWeek

        @Deprecated() void setWeek(String week)
      • getYear

         String getYear()

        Get year of record

      • setYear

         void setYear(String year)

        Set year of record

        Parameters:
        year - year of record
      • getHour

        @Deprecated() String getHour()
      • setHour

        @Deprecated() void setHour(String hour)