Examples of NokkelDriftProsjekteringVPK


Examples of no.ugland.utransprod.model.NokkelDriftProsjekteringVPK

                .list();

            if (list != null && list.size() == 1) {
              Object[] obj = list.get(0);
              return new NokkelDriftProsjekteringV(
                  new NokkelDriftProsjekteringVPK(
                      currentYearWeek.getYear(),
                      currentYearWeek.getWeek(),
                      productArea), (Integer) obj[0],
                  (Integer) obj[1], (BigDecimal) obj[2],
                  (BigDecimal) obj[3]);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.