Package org.objectweb.speedo.pobjects.inheritance.prefetch

Examples of org.objectweb.speedo.pobjects.inheritance.prefetch.Secretary


   
    worker1.setMainManager(manager1);
    worker2.setMainManager(manager1);
    worker3.setMainManager(manager2);
   
    Secretary sec1 = new Secretary("Durand Luc", 27, "Tetra Pack", 12);
    Secretary sec2 = new Secretary("Serve Amandine", 34, "Tetra Pack", 10);
   
    Collection employees = new ArrayList();
    employees.add(employee1);
    employees.add(employee2);
    employees.add(worker1);
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.pobjects.inheritance.prefetch.Secretary

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.