public class Datapoint
extends Object 
Created by mattgross on 3/15/2016.
- 
Constructor SummaryConstructors 
- 
Method Summary
 
- 
Constructor Details
- 
Datapointpublic Datapoint(int histId,
 Date timestamp,
 double value) 
 
- 
Method Details
- 
- 
getHistIdpublic int getHistId() 
- 
getTimestamppublic Date getTimestamp() 
 
- 
getValuepublic double getValue()