org.jminor.common.model.reports
Interface ReportDataWrapper<T>

Type Parameters:
T - the type of the datasource being wrapped.

public interface ReportDataWrapper<T>

A simple wrapper for a report data source


Method Summary
 T getDataSource()
           
 

Method Detail

getDataSource

T getDataSource()
Returns:
the data source being wrapped