public class AffaireSuggest extends Object implements Serializable
Constructor and Description |
---|
AffaireSuggest() |
AffaireSuggest(String nom,
String code,
Double indRefactNdfach,
String famille,
String ssFamille,
Double identClient,
Long nbLots,
Long nbTaches,
Double indTousClients) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCode() |
String |
getFamille() |
Double |
getIdentClient() |
Double |
getIndRefactNdfach() |
Double |
getIndTousClients() |
Long |
getNbLots() |
Long |
getNbTaches() |
String |
getNom() |
String |
getSsFamille() |
int |
hashCode() |
void |
setCode(String code) |
void |
setIdentClient(Double identClient) |
void |
setIndRefactNdfach(Double indRefactNdfach) |
void |
setIndTousClients(Double indTousClients) |
void |
setNbLots(Long nbLots) |
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 Long getNbLots()
public void setNbLots(Long nbLots)
public String getFamille()
public String getSsFamille()
public Double getIdentClient()
public void setIdentClient(Double identClient)
public Long getNbTaches()
public void setNbTaches(Long nbTaches)
public Double getIndRefactNdfach()
public void setIndRefactNdfach(Double indRefactNdfach)
public Double getIndTousClients()
public void setIndTousClients(Double indTousClients)
Copyright © 2016. All rights reserved.