Package net.stinfoservices.pacifiq.shared.dto.inner

Examples of net.stinfoservices.pacifiq.shared.dto.inner.ConsumptionDTO


            } else if (path.accept(DTOPath.PROGRAM_BOARD) || path.accept(DTOPath.PROGRAM_DOC)) {
                // used on board+editView in warning-severe equation.
                itemConsumptions = new HashSet<ConsumptionDTO>();
                for (int c = 0; c < program.getItemConsumptions().size(); c++) {
                    // just for being counted here
                    itemConsumptions.add(new ConsumptionDTO());
                }
            }

            if (path.accept(DTOPath.PROGRAM_GC_FOR_LAUNCH) || path.accept(DTOPath.PROGRAM_BOARD) || path.accept(DTOPath.PROGRAM_DOC)) {
                // used in GC4Launch preparation view, and used on board+editView in warning-severe equation.
View Full Code Here

TOP

Related Classes of net.stinfoservices.pacifiq.shared.dto.inner.ConsumptionDTO

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.