Package com.inspiresoftware.lib.dto.geda.performance.entity

Examples of com.inspiresoftware.lib.dto.geda.performance.entity.Level2Entity


   * @param id id of this entity
   * @return level 2 entity
   */
  public Level2Entity getLevel2Entity(final int id) {
   
    return new Level2Entity(String.valueOf(id),
        "field2" + id,
        "field3" + id,
        "field4" + id,
        "field5" + id,
        "field6" + id,
View Full Code Here

TOP

Related Classes of com.inspiresoftware.lib.dto.geda.performance.entity.Level2Entity

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.