Package org.bar.foo.entities

Examples of org.bar.foo.entities.Chapter


    editor.setName("Editions Bidule");
    return editor;
  }
 
  public static Chapter newChapter(int i) {
    Chapter chapter = new Chapter();
    chapter.setLevel(i);
    chapter.setSelfValue("chapitre n�"+i);
    return chapter;
  }
View Full Code Here

TOP

Related Classes of org.bar.foo.entities.Chapter

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.