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

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.dashboard.model.TimelineData
All Implemented Interfaces:
Serializable

public class TimelineData
extends Object
implements Serializable

Represents the data shown in a timeline. Consists of a list of TimelineDataRows.

See Also:
Serialized Form

Constructor Summary
TimelineData()
           
 
Method Summary
 List<TimelineDataRow> getRows()
           
 void setRows(List<TimelineDataRow> rows)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimelineData

public TimelineData()
Method Detail

getRows

public List<TimelineDataRow> getRows()

setRows

public void setRows(List<TimelineDataRow> rows)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Human Inference. All Rights Reserved.