org.eobjects.datacleaner.monitor.dashboard.model
Class TimelineDataRow

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.dashboard.model.TimelineDataRow
All Implemented Interfaces:
Serializable, Comparable<TimelineDataRow>

public class TimelineDataRow
extends Object
implements Comparable<TimelineDataRow>, Serializable

A row of metric values in a TimelineData object.

See Also:
Serialized Form

Constructor Summary
TimelineDataRow()
           
TimelineDataRow(Date date, String resultFilePath)
           
 
Method Summary
 int compareTo(TimelineDataRow other)
           
 Date getDate()
           
 List<Number> getMetricValues()
           
 String getResultFilePath()
           
 void setDate(Date date)
           
 void setMetricValues(List<Number> metricValues)
           
 void setResultFilePath(String resultFilePath)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimelineDataRow

public TimelineDataRow(Date date,
                       String resultFilePath)

TimelineDataRow

public TimelineDataRow()
Method Detail

getDate

public Date getDate()

setDate

public void setDate(Date date)

getResultFilePath

public String getResultFilePath()

setResultFilePath

public void setResultFilePath(String resultFilePath)

getMetricValues

public List<Number> getMetricValues()

setMetricValues

public void setMetricValues(List<Number> metricValues)

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(TimelineDataRow other)
Specified by:
compareTo in interface Comparable<TimelineDataRow>


Copyright © 2012 Human Inference. All Rights Reserved.