Package org.objectweb.speedo.pobjects.fetchgroup

Examples of org.objectweb.speedo.pobjects.fetchgroup.Style


    Author author2 = new Author("Kissinger", "Henry");
   
    Editor editor1 = new Editor("Plon");
    Editor editor2 = new Editor("Robert");
   
    Style style1 = new Style("act", "action");
    Style style2 = new Style("thr", "thriller");
   
    Dictionnary dictionnary = new Dictionnary(332, author2, 950, 12000, 1999, editor2);
    Novel novel = new Novel(724, author1, 325, "Am I", style2);
    PocketNovel pocketNovel = new PocketNovel(945, author1, 230, "Why o why", style1, 12);
   
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.pobjects.fetchgroup.Style

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.