Package com.inspiresoftware.lib.dto.geda.assembler.examples.autowire

Examples of com.inspiresoftware.lib.dto.geda.assembler.examples.autowire.TestEntity1Class


    }

  }

  private TestEntity1Class createTestEntity1(final int counter) {
    final TestEntity1Class entity = new TestEntity1Class();
    entity.setEntityId(1L + counter);
    entity.setName("John Doe" + counter);
    entity.setNumber(2.0d + counter);
    return entity;
  }
View Full Code Here

TOP

Related Classes of com.inspiresoftware.lib.dto.geda.assembler.examples.autowire.TestEntity1Class

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.