Package qurtext.factory

Examples of qurtext.factory.SectionFactory


  private ProfileFactory profileFactory;
 
  public QurTextServiceImpl() {
    super();
    chapterFactory = new ChapterFactory();
    sectionFactory = new SectionFactory();
    verseFactory = new VerseFactory();
    userService = UserServiceFactory.getUserService();
    profileFactory = new ProfileFactory();
  }
View Full Code Here

TOP

Related Classes of qurtext.factory.SectionFactory

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.