public class ExtendedJson extends Object
| Modifier and Type | Field and Description |
|---|---|
private EJDataset |
dataset |
private Vector<EJQuestionEntry> |
questions |
| Constructor and Description |
|---|
ExtendedJson() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedJson |
addQuestions(EJQuestionEntry questions) |
EJDataset |
getDataset() |
Vector<EJQuestionEntry> |
getQuestions() |
ExtendedJson |
setDataset(EJDataset dataset) |
ExtendedJson |
setQuestions(Vector<EJQuestionEntry> questions) |
String |
toString() |
private EJDataset dataset
private Vector<EJQuestionEntry> questions
public EJDataset getDataset()
public ExtendedJson setDataset(EJDataset dataset)
public Vector<EJQuestionEntry> getQuestions()
public ExtendedJson setQuestions(Vector<EJQuestionEntry> questions)
public ExtendedJson addQuestions(EJQuestionEntry questions)
Copyright © 2016–2019. All rights reserved.