public class MouvementStockByDepotProduit extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
class |
MouvementStockByDepotProduit.MouvementStockByProduit |
Constructor and Description |
---|
MouvementStockByDepotProduit() |
Modifier and Type | Method and Description |
---|---|
void |
addMouvement(MouvementStock mouvement) |
MouvementStock |
getMouvementEntree(Double identDepot,
Double identProduit) |
MouvementStock |
getMouvementSortie(Double identDepot,
Double identProduit) |
public void addMouvement(MouvementStock mouvement)
public MouvementStock getMouvementEntree(Double identDepot, Double identProduit)
public MouvementStock getMouvementSortie(Double identDepot, Double identProduit)
Copyright © 2016. All rights reserved.