public class StDepotResultatRecherche extends Object implements Serializable, IdentCodeLibelleIdentifiable
Modifier and Type | Field and Description |
---|---|
Double |
aValoriser |
String |
code |
Double |
defaut |
String |
etablissement |
Double |
ident |
String |
libelle |
String |
respDepot |
String |
societe |
Constructor and Description |
---|
StDepotResultatRecherche() |
StDepotResultatRecherche(Double ident,
String code,
String societe,
String etablissement,
String libelle,
String respDepot,
Double defaut,
Double aValoriser) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getaValoriser() |
String |
getCode() |
Double |
getDefaut() |
String |
getEtablissement() |
Double |
getIdent() |
String |
getLibelle() |
String |
getRespDepot() |
String |
getSociete() |
int |
hashCode() |
static String |
select() |
void |
setaValoriser(Double aValoriser) |
void |
setCode(String code) |
void |
setDefaut(Double defaut) |
void |
setEtablissement(String etablissement) |
void |
setIdent(Double ident) |
void |
setLibelle(String libelle) |
void |
setRespDepot(String respDepot) |
void |
setSociete(String societe) |
public Double ident
public String code
public String societe
public String etablissement
public String libelle
public String respDepot
public Double defaut
public Double aValoriser
public static String select()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public String getCode()
getCode
in interface CodeIdentifiable
public String getSociete()
public String getEtablissement()
public String getLibelle()
getLibelle
in interface Localisable
public String getRespDepot()
public Double getDefaut()
public Double getaValoriser()
public void setIdent(Double ident)
public void setCode(String code)
public void setSociete(String societe)
public void setEtablissement(String etablissement)
public void setLibelle(String libelle)
public void setRespDepot(String respDepot)
public void setDefaut(Double defaut)
public void setaValoriser(Double aValoriser)
Copyright © 2016. All rights reserved.