public class NdfTbiResultatRecherche extends Object implements Serializable, IdentIdentifiable
| Modifier and Type | Field and Description |
|---|---|
protected String |
codeCollab |
protected Date |
date |
protected Date |
dtRefus |
protected Double |
ident |
protected String |
libelle |
| Constructor and Description |
|---|
NdfTbiResultatRecherche(Double ident,
Date date,
String codeCollab,
String libelle,
Date dtRefus) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeCollab() |
Date |
getDate() |
Date |
getDtRefus() |
Double |
getIdent() |
String |
getLibelle() |
static String |
select() |
void |
setCodeCollab(String codeCollab) |
void |
setDate(Date date) |
void |
setDtRefus(Date dtRefus) |
void |
setIdent(Double ident) |
void |
setLibelle(String libelle) |
protected Double ident
protected Date date
protected String codeCollab
protected String libelle
protected Date dtRefus
public static String select()
public Double getIdent()
getIdent in interface IdentIdentifiablepublic void setIdent(Double ident)
public Date getDate()
public void setDate(Date date)
public String getCodeCollab()
public void setCodeCollab(String codeCollab)
public String getLibelle()
public void setLibelle(String libelle)
public Date getDtRefus()
public void setDtRefus(Date dtRefus)
Copyright © 2016. All rights reserved.