public class MouvementStock extends Object implements Serializable
Constructor and Description |
---|
MouvementStock() |
MouvementStock(Double identProduit,
String piece,
String type,
Double sens,
Date date,
Double idDepot) |
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
Double |
getIdDepot() |
Double |
getIdentProduit() |
String |
getPiece() |
Double |
getSens() |
String |
getType() |
void |
setDate(Date date) |
void |
setIdDepot(Double idDepot) |
void |
setIdentProduit(Double identProduit) |
void |
setPiece(String piece) |
void |
setSens(Double sens) |
void |
setType(String type) |
public Double getSens()
public Double getIdentProduit()
public String getType()
public String getPiece()
public void setSens(Double sens)
public void setIdentProduit(Double identProduit)
public void setType(String type)
public void setPiece(String piece)
public Date getDate()
public void setDate(Date date)
public Double getIdDepot()
public void setIdDepot(Double idDepot)
Copyright © 2016. All rights reserved.