Package videoclub.client.dto

Examples of videoclub.client.dto.ClasificacionDTO


        } finally {
            q.closeAll();
        }
        dtoClasList.clear();
        for (Clasificacion e : resultsClas) {
            ClasificacionDTO clasDTO = new ClasificacionDTO(e.getDetalle());
            dtoClasList.add(clasDTO);
            }
        return dtoClasList;
     
View Full Code Here

TOP

Related Classes of videoclub.client.dto.ClasificacionDTO

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.