@Entity public class QQuestCompl extends Object implements Serializable
Constructor and Description |
---|
QQuestCompl() |
QQuestCompl(QQuestion question,
Double numordre,
String services,
String fieldDest,
Set<QRepCompl> repCompls) |
Modifier and Type | Method and Description |
---|---|
void |
addAllRepCompl(Collection<QRepCompl> coll) |
void |
addRepCompl(QRepCompl o) |
boolean |
equals(Object o) |
String |
getFieldDest() |
Double |
getIdent() |
String |
getLibelle() |
Double |
getNumordre() |
QQuestion |
getQuestion() |
Set<QRepCompl> |
getRepCompls() |
String |
getServices() |
void |
removeAllRepCompl() |
void |
removeRepCompl(QRepCompl o) |
void |
setFieldDest(String fieldDest)
BDD : FIELDDEST
Nom du champ destinataire |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setLibelle(String libelle) |
void |
setNumordre(Double numordre)
BDD : NUMORDRE
Numéro d'ordre |
void |
setQuestion(QQuestion question)
BDD : QUESTION
Pointeur vers l'ident de la Question |
protected void |
setRepCompls(Set<QRepCompl> repCompls) |
void |
setServices(String services)
BDD : SERVICES
Services |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Ident
- public QQuestion getQuestion()
public void setQuestion(QQuestion question)
Pointeur
- vers l'ident de la Questionpublic Double getNumordre()
public void setNumordre(Double numordre)
Numéro
- d'ordrepublic String getServices()
public void setServices(String services)
Services
- public String getFieldDest()
public void setFieldDest(String fieldDest)
Nom
- du champ destinatairepublic void addRepCompl(QRepCompl o)
public void addAllRepCompl(Collection<QRepCompl> coll)
public void removeRepCompl(QRepCompl o)
public void removeAllRepCompl()
public String getLibelle()
public void setLibelle(String libelle)
Copyright © 2016. All rights reserved.