public class StockLocalisation extends Object implements Serializable
| Constructor and Description |
|---|
StockLocalisation() |
StockLocalisation(Double identDepot,
String idProduit,
String localisation,
Double stockMini,
Double stockMaxi) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdentDepot() |
String |
getIdProduit() |
String |
getLocalisation() |
static String |
getSelect() |
Double |
getStockMaxi() |
Double |
getStockMini() |
void |
setIdentDepot(Double identDepot) |
void |
setIdProduit(String idProduit) |
void |
setLocalisation(String localisation) |
void |
setStockMaxi(Double stockMaxi) |
void |
setStockMini(Double stockMini) |
public static String getSelect()
public Double getIdentDepot()
public void setIdentDepot(Double identDepot)
identDepot - the identDepot to setpublic String getIdProduit()
public void setIdProduit(String idProduit)
idProduit - the idProduit to setpublic String getLocalisation()
public void setLocalisation(String localisation)
localisation - the localisation to setpublic Double getStockMini()
public void setStockMini(Double stockMini)
stockMini - the stockMini to setpublic Double getStockMaxi()
public void setStockMaxi(Double stockMaxi)
stockMaxi - the stockMaxi to setCopyright © 2016. All rights reserved.