Examples of EmployeeDetails


Examples of za.co.javajoe.model.EmployeeDetails

    @Before
    public void setUp() throws Exception {

        empBusinessLogic = new EmpBusinessLogic();

        employeeDetails = new EmployeeDetails();
        employeeDetails.setAge( 27);
        employeeDetails.setMonthlySalary( 12000);
        employeeDetails.setName("Mackito");

    }
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.