org.jminor.common.model.reports
Interface ReportResult<R>

Type Parameters:
R - the type of the report result being wrapped.

public interface ReportResult<R>

A simple wrapper for a report result


Method Summary
 R getResult()
           
 

Method Detail

getResult

R getResult()
Returns:
a populated report result, ready for display