Package net.freedom.gj.example.pojo

Examples of net.freedom.gj.example.pojo.Address


    public static Employee generateEmployee() {

        Employee e = new Employee();
        e.setActive(Boolean.TRUE);
        e.setAddress(new Address("57 Test STreet", "Sarasota", "FL", "30201"));
        e.setAgencyId(23);
        e.setCompanyid(34);
        e.setCompanyid(533);
        e.setId(3443);
        e.setEmail("test.me.@mail.com");
View Full Code Here

TOP

Related Classes of net.freedom.gj.example.pojo.Address

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.