Package org.apache.isis.core.tck.dom.actions

Examples of org.apache.isis.core.tck.dom.actions.ActionsEntity


        createEntity(4);
        createEntity(5);
    }

    private ActionsEntity createEntity(Integer id) {
        final ActionsEntity entity = repository.newEntity();
        entity.setId(id);
        return entity;
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.core.tck.dom.actions.ActionsEntity

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.