public class QaldQuestionEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
aggregation |
private Vector<EJAnswers> |
answers |
private String |
answertype |
private Boolean |
hybrid |
private String |
id |
private Boolean |
onlydbo |
private QaldQuery |
query |
private Vector<QaldQuestion> |
question |
| Constructor and Description |
|---|
QaldQuestionEntry() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAggregation() |
Vector<EJAnswers> |
getAnswers() |
String |
getAnswertype() |
Boolean |
getHybrid() |
String |
getId() |
Boolean |
getOnlydbo() |
QaldQuery |
getQuery() |
Vector<QaldQuestion> |
getQuestion() |
QaldQuestionEntry |
setAggregation(Boolean aggregation) |
QaldQuestionEntry |
setAnswers(Vector<EJAnswers> answers) |
QaldQuestionEntry |
setAnswertype(String answertype) |
QaldQuestionEntry |
setHybrid(Boolean hybrid) |
QaldQuestionEntry |
setId(String id) |
QaldQuestionEntry |
setOnlydbo(Boolean onlydbo) |
QaldQuestionEntry |
setQuery(QaldQuery query) |
QaldQuestionEntry |
setQuestion(Vector<QaldQuestion> question) |
String |
toString() |
private String id
private String answertype
private Boolean aggregation
private Boolean onlydbo
private Boolean hybrid
private Vector<QaldQuestion> question
private QaldQuery query
public String getId()
public String getAnswertype()
public Boolean getAggregation()
public Boolean getOnlydbo()
public Boolean getHybrid()
public Vector<QaldQuestion> getQuestion()
public QaldQuery getQuery()
public QaldQuestionEntry setId(String id)
public QaldQuestionEntry setAnswertype(String answertype)
public QaldQuestionEntry setAggregation(Boolean aggregation)
public QaldQuestionEntry setOnlydbo(Boolean onlydbo)
public QaldQuestionEntry setHybrid(Boolean hybrid)
public QaldQuestionEntry setQuestion(Vector<QaldQuestion> question)
public QaldQuestionEntry setQuery(QaldQuery query)
public QaldQuestionEntry setAnswers(Vector<EJAnswers> answers)
Copyright © 2016–2020. All rights reserved.