Package org.zkoss.zktest.util

Examples of org.zkoss.zktest.util.Person


 
  public B2919037() {
   
    personen = new ArrayList();
   
    Person p = new Person("Bruce", "Lee");
    personen.add(p);
   
    p = new Person("Chuck", "Norris");
    personen.add(p);
  }
View Full Code Here

TOP

Related Classes of org.zkoss.zktest.util.Person

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.