info.informatica.report
Class ReportDataSpec

java.lang.Object
  extended by 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

Constructor Summary
ReportDataSpec(String datasource)
           
ReportDataSpec(String datasource, String id)
           
 
Method Summary
 boolean equals(Object obj)
          Two Segments are equal if their names and properties are equal.
 String getName()
           
 int getRowLimit()
           
 SortMap getSortOptions()
           
 String getSourceName()
           
 int hashCode()
           
 void setRowLimit(int limit)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDataSpec

public ReportDataSpec(String datasource,
                      String id)

ReportDataSpec

public ReportDataSpec(String datasource)
Method Detail

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