Package org.marketcetera.trade
Interface ReportFactory
-
- All Known Subinterfaces:
MutableReportFactory
public interface ReportFactoryCreatesReportobjects.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reportcreate()Create a report object.
-
-
-
Method Detail
-
create
Report create()
Create a report object.- Returns:
- a
Reportvalue
-
-