Package com.structis.fichesst.server.bean.domain

Examples of com.structis.fichesst.server.bean.domain.LotType


      mapSociete.put(ficheSt.getId(), ficheSt.getSociete());
      prestationValue = ficheSt.getPrestaCanto() + Constants.SEPRATE + ficheSt.getPrestaBadge() + Constants.SEPRATE +
      ficheSt.getPrestaGrue() + Constants.SEPRATE +ficheSt.getPrestaLift() + Constants.SEPRATE +
      ficheSt.getPrestaBenne() + Constants.SEPRATE + ficheSt.getPrestaNettoyage() + Constants.SEPRATE + ficheSt.getPrestaProrata();
      mapPrestations.put(ficheSt.getId(),prestationValue);
      LotType lotType = ficheSt.getLotType();
      if (lotType != null && "Honoraires".equalsIgnoreCase(lotType.getName())) {
        list2.add(ficheSt);
      } else {
        list1.add(ficheSt);
      }
    }
View Full Code Here

TOP

Related Classes of com.structis.fichesst.server.bean.domain.LotType

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.