Package com.dom

Examples of com.dom.PersonCompiled


   *         4 mai 07<br>
   * @param p
   * @return String data
   */
  public PersonCompiled getPersonCompiled(Person p) {
    return new PersonCompiled(p.getName(), p.getAge());
  }
View Full Code Here

TOP

Related Classes of com.dom.PersonCompiled

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.