public class TotalLotsSelectionnes extends Object implements Serializable
Constructor and Description |
---|
TotalLotsSelectionnes() |
Modifier and Type | Method and Description |
---|---|
Double |
getCharge() |
Set<String> |
getCodesLotsSelectionnes() |
Double |
getEcartJours() |
String |
getLibelle() |
Double |
getPlanifieJours() |
Double |
getRealiseHeures() |
Double |
getRealiseJours() |
void |
init(List<Planning> plannings,
List<Temps> temps,
Map<String,ChargeLot> mapChargesLot) |
void |
initLibelle() |
void |
setCharge(Double charge) |
TotalLotsSelectionnes |
setCodesLotsSelectionnes(Set<String> codesLotsSelectionnes) |
TotalLotsSelectionnes |
setEcartJours(Double ecartJours) |
TotalLotsSelectionnes |
setLibelle(String libelle) |
TotalLotsSelectionnes |
setPlanifieJours(Double planifieJours) |
TotalLotsSelectionnes |
setRealiseHeures(Double realiseHeures) |
TotalLotsSelectionnes |
setRealiseJours(Double realiseJours) |
public TotalLotsSelectionnes setCodesLotsSelectionnes(Set<String> codesLotsSelectionnes)
public void initLibelle()
public String getLibelle()
public TotalLotsSelectionnes setLibelle(String libelle)
public Double getRealiseJours()
public TotalLotsSelectionnes setRealiseJours(Double realiseJours)
public Double getRealiseHeures()
public TotalLotsSelectionnes setRealiseHeures(Double realiseHeures)
public Double getPlanifieJours()
public TotalLotsSelectionnes setPlanifieJours(Double planifieJours)
public Double getEcartJours()
public TotalLotsSelectionnes setEcartJours(Double ecartJours)
public void init(List<Planning> plannings, List<Temps> temps, Map<String,ChargeLot> mapChargesLot)
public Double getCharge()
public void setCharge(Double charge)
Copyright © 2016. All rights reserved.