Package pl.altkom.bookstore.web.model

Examples of pl.altkom.bookstore.web.model.CorporateClient.addPerson()


       
        Person p = new Person();
        p.setLastName("Kowalski");
        p.setFirstName("Jan");
               
        client.addPerson(p);
       
        client.setName("nazwa klienta");
       
        clientDAO.save(client);
       
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.