Package com.eduix.genexp.studyelement
Interface ExportParentListContainer
-
- All Known Implementing Classes:
ExportCourseUnit,ExportStudyModule
public interface ExportParentListContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ExportParentList>getParentLists()voidsetParentLists(List<ExportParentList> parentLists)
-
-
-
Method Detail
-
getParentLists
List<ExportParentList> getParentLists()
-
setParentLists
void setParentLists(List<ExportParentList> parentLists)
-
-