Package er.rest.example.model

Examples of er.rest.example.model.Manufacturer


public class ManufacturerRestDelegate extends ERXAbstractRestDelegate {
    public ManufacturerRestDelegate() {
    }

    public Object createObjectOfEntityWithID(EOClassDescription entity, Object id, ERXRestContext context) {
        return new Manufacturer();
    }
View Full Code Here

TOP

Related Classes of er.rest.example.model.Manufacturer

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.