Package com.eduix.genexp.studyelement
Class ExportParentList
- java.lang.Object
-
- com.eduix.genexp.studyelement.ExportParentList
-
public class ExportParentList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private List<ExportStudyElementReference>studyElementsprivate StringtreeId
-
Constructor Summary
Constructors Constructor Description ExportParentList(String treeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExportStudyElementReference>getStudyElements()StringgetTreeId()voidsetStudyElements(List<ExportStudyElementReference> studyElements)voidsetTreeId(String treeId)
-
-
-
Field Detail
-
treeId
private String treeId
-
studyElements
private List<ExportStudyElementReference> studyElements
-
-
Constructor Detail
-
ExportParentList
public ExportParentList(String treeId)
-
-
Method Detail
-
getTreeId
public String getTreeId()
-
setTreeId
public void setTreeId(String treeId)
-
getStudyElements
public List<ExportStudyElementReference> getStudyElements()
-
setStudyElements
public void setStudyElements(List<ExportStudyElementReference> studyElements)
-
-