public class LotSuggest extends Object implements Serializable
Constructor and Description |
---|
LotSuggest() |
LotSuggest(Double ident,
String nom,
String code,
Long nbSousLots,
Long nbTaches) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Double |
getIdent() |
Long |
getNbSousLots() |
Long |
getNbTaches() |
String |
getNom() |
void |
setCode(String code) |
void |
setIdent(Double ident) |
void |
setNbSousLots(Long nbSousLots) |
void |
setNbTaches(Long nbTaches) |
void |
setNom(String nom) |
public void setNom(String nom)
public String getNom()
public void setCode(String code)
public String getCode()
public Double getIdent()
public void setIdent(Double ident)
public Long getNbSousLots()
public void setNbSousLots(Long nbSousLots)
public Long getNbTaches()
public void setNbTaches(Long nbTaches)
Copyright © 2016. All rights reserved.