@Entity public class QRepCompl extends Object implements Serializable
Constructor and Description |
---|
QRepCompl() |
QRepCompl(QQuestion question,
QQuestCompl questCompl,
String typeObjet,
Double ptrObjet,
String libquestion,
String libreponse,
String services) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getIdent() |
String |
getLibquestion() |
String |
getLibreponse() |
Double |
getPtrObjet() |
QQuestCompl |
getQuestCompl() |
QQuestion |
getQuestion() |
String |
getServices() |
String |
getTypeObjet() |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setLibquestion(String libquestion)
BDD : LIBQUESTION
Libellé question |
void |
setLibreponse(String libreponse)
BDD : LIBREPONSE
Libellé Réponse |
void |
setPtrObjet(Double ptrObjet)
BDD : PTROBJET
Pointeur vers l'ident de l'objet (Ordre de Travail...) |
void |
setQuestCompl(QQuestCompl questCompl)
BDD : QUESTCOMPL
Pointeur vers l'ident de la question complémentaire |
void |
setQuestion(QQuestion question)
BDD : QUESTION
Pointeur vers l'ident de la question |
void |
setServices(String services)
BDD : SERVICES
Services |
void |
setTypeObjet(String typeObjet)
BDD : TYPEOBJET
type d'objet (FICMAINT, OT) |
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 QQuestCompl getQuestCompl()
public void setQuestCompl(QQuestCompl questCompl)
Pointeur
- vers l'ident de la question complémentairepublic String getTypeObjet()
public void setTypeObjet(String typeObjet)
type
- d'objet (FICMAINT, OT)public Double getPtrObjet()
public void setPtrObjet(Double ptrObjet)
Pointeur
- vers l'ident de l'objet (Ordre de Travail...)public String getLibquestion()
public void setLibquestion(String libquestion)
Libellé
- questionpublic String getLibreponse()
public void setLibreponse(String libreponse)
Libellé
- Réponsepublic String getServices()
public void setServices(String services)
Services
- Copyright © 2016. All rights reserved.