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

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


   * @param subCount count of sub entities in the collections
   * @return level 1 entity
   */
  public Level1Entity getLevel1Entity(final int id, final int subCount) {
   
    return new Level1Entity(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.Level1Entity

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.