Examples of SurgeryWs


Examples of systole.synchronization.remote.ws.SurgeryWs

     */
    public SurgeryWs generateRemoteSurgery(Surgery surgery) {
        if (surgery == null) {
            return null;
        }
        SurgeryWs surgeryWs = new SurgeryWs();
        surgeryWs.setDescription(surgery.getDescription());
        surgeryWs.setName(surgery.getName());
        return surgeryWs;
    }
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.