public class DetailPiece extends Object implements Serializable
Constructor and Description |
---|
DetailPiece() |
Modifier and Type | Method and Description |
---|---|
Double |
getCharge() |
Double |
getDureePlanifie() |
Double |
getDureeTemps() |
String |
getLibelle() |
void |
setCharge(Double charge) |
void |
setDureePlanifie(Double planifie) |
void |
setDureeTemps(Double temps) |
void |
setLibelle(String libelle) |
public Double getCharge()
public void setCharge(Double charge)
public Double getDureeTemps()
public void setDureeTemps(Double temps)
public Double getDureePlanifie()
public void setDureePlanifie(Double planifie)
public String getLibelle()
public void setLibelle(String libelle)
Copyright © 2016. All rights reserved.