Class TableRow


  • public class TableRow
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TableRow​(java.util.Date date, java.lang.Double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getDate()  
      java.lang.Double getValue()  
      • Methods inherited from class java.lang.Object

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

      • TableRow

        public TableRow​(java.util.Date date,
                        java.lang.Double value)
    • Method Detail

      • getDate

        public java.util.Date getDate()
      • getValue

        public java.lang.Double getValue()