Package org.libreplan.ws.common.api

Examples of org.libreplan.ws.common.api.PropertyDTO


        List<PropertyDTO> properties = new ArrayList<PropertyDTO>();

        for (Map.Entry<String, String> p :
            recoverableErrorException.getProperties().entrySet()) {

            properties.add(new PropertyDTO(p.getKey(), p.getValue()));

        }

        RecoverableErrorDTO recoverableErrorDTO = new RecoverableErrorDTO(
            recoverableErrorException.getErrorCode().ordinal() + 1,
View Full Code Here

TOP

Related Classes of org.libreplan.ws.common.api.PropertyDTO

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.