Package org.objectweb.speedo.pobjects.fetchgroup

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


  public void testInheritanceReference() {
    logger.log(BasicLevel.DEBUG, "***************testInheritanceReference*****************");
    Author author1 = new Author("Marx", "Karl");
    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);
View Full Code Here

TOP

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

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.