org.eobjects.datacleaner.monitor.dashboard.model
Class TimelineData
java.lang.Object
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
TimelineData
public TimelineData()
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.