Class ReportFactory


  • public abstract class ReportFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportFactory()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Report newReport()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportFactory

        public ReportFactory()
    • Method Detail

      • newReport

        public abstract Report newReport()