public class CtxFcWebQuestion extends Object implements Serializable
Constructor and Description |
---|
CtxFcWebQuestion(Double identQuestion,
Double categorie,
Double type,
String libelle,
Double qcrmuReponseLibre) |
Modifier and Type | Method and Description |
---|---|
CategorieQuestion |
getCategorie() |
Double |
getIdentQuestion() |
String |
getLibelle() |
Double |
getQcrmuReponseLibre() |
List<CtxFcWebReponse> |
getReponses() |
TypeQuestion |
getType() |
void |
setCategorie(CategorieQuestion categorie) |
void |
setIdentQuestion(Double identQuestion) |
void |
setLibelle(String libelle) |
void |
setQcrmuReponseLibre(Double qcrmuReponseLibre) |
void |
setReponses(List<CtxFcWebReponse> reponses) |
void |
setType(TypeQuestion type) |
public Double getIdentQuestion()
public void setIdentQuestion(Double identQuestion)
public CategorieQuestion getCategorie()
public void setCategorie(CategorieQuestion categorie)
public TypeQuestion getType()
public void setType(TypeQuestion type)
public String getLibelle()
public void setLibelle(String libelle)
public List<CtxFcWebReponse> getReponses()
public void setReponses(List<CtxFcWebReponse> reponses)
public Double getQcrmuReponseLibre()
public void setQcrmuReponseLibre(Double qcrmuReponseLibre)
Copyright © 2016. All rights reserved.