info.informatica.report
Class ReportDataSpec
java.lang.Object
info.informatica.report.ReportDataSpec
public class ReportDataSpec
- extends Object
It is the sum of a Dataset and a data rendering context.
- Author:
- amengual at informatica dot info
ReportDataSpec
public ReportDataSpec(String datasource,
String id)
ReportDataSpec
public ReportDataSpec(String datasource)
getName
public String getName()
getSourceName
public String getSourceName()
getRowLimit
public int getRowLimit()
setRowLimit
public void setRowLimit(int limit)
getSortOptions
public SortMap getSortOptions()
equals
public boolean equals(Object obj)
- Two Segments are equal if their names and properties are equal.
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object