Package com.tcs.hrr.dao

Examples of com.tcs.hrr.dao.RequirementDAO.save()


    re.setRequirementId("3123296");
    re.setIou("GE1-Parent");
    re.setCustomerGroup("Group Client - GE");
    re.setCustomer("GE ENERGY");
    re.setLocation("Onsite");
    rd.save(re);
    System.out.println("testSave getRequirementHrrId="+re.getRequirementHrrId());
  }

  @Test
  public void testDelete() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.