Class ReportDataConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ReportDataConfiguration
    extends java.lang.Object
    implements java.io.Serializable
    Note that this class is both XML serializable and traditionally java serializable, to be compatible both with saving report resources and sending this object over RPC for gathering sample data

    Created by carl.gould on 2/5/2015.

    See Also:
    Serialized Form
    • Constructor Detail

      • ReportDataConfiguration

        public ReportDataConfiguration()
    • Method Detail

      • setDatasources

        public void setDatasources​(java.util.List<DataSourceConfig> datasources)
      • getParameterNames

        public java.util.List<java.lang.String> getParameterNames()
      • setParameters

        public void setParameters​(java.util.List<ReportParameter> parameters)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object