public class PuissanceResultatRecherche extends Object implements Serializable, ISearchResult
Constructor and Description |
---|
PuissanceResultatRecherche() |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Date |
getDebut() |
Date |
getFin() |
Double |
getNbr() |
String |
getResultIdent() |
String |
getSociet() |
Double |
getTarif() |
void |
setCode(String code) |
void |
setDebut(Date debut) |
void |
setFin(Date fin) |
void |
setNbr(Double nbr) |
void |
setSociet(String societ) |
void |
setTarif(Double tarif) |
public String getCode()
public void setCode(String code)
public Double getNbr()
public void setNbr(Double nbr)
public Double getTarif()
public void setTarif(Double tarif)
public Date getDebut()
public void setDebut(Date debut)
public Date getFin()
public void setFin(Date fin)
public String getSociet()
public void setSociet(String societ)
public String getResultIdent()
getResultIdent
in interface ISearchResult
Copyright © 2016. All rights reserved.