Package br.com.mystudies.ds.service.string.b49c.factory

Examples of br.com.mystudies.ds.service.string.b49c.factory.ReportFactoryB49C


  public static void main(String[] args) {


    // module b49c
    ReportFactory reportFactory = new ReportFactoryB49C();

    ReportService reportService =
        reportFactory.create(ReportType.ANALITIC);

    reportService.getReport();


    // module prp6
    reportFactory = new ReportFactoryPRP6();

    reportService = reportFactory.create(ReportType.ANALITIC);

    reportService.getReport();

  }
View Full Code Here

TOP

Related Classes of br.com.mystudies.ds.service.string.b49c.factory.ReportFactoryB49C

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.