cz.muni.fi.pclis.web.controllers.admin
Class EditSeminarTeachersController.Dto

java.lang.Object
  extended by cz.muni.fi.pclis.web.controllers.admin.EditSeminarTeachersController.Dto
Enclosing class:
EditSeminarTeachersController

private class EditSeminarTeachersController.Dto
extends Object


Field Summary
private  List<User> teachers
           
 
Constructor Summary
private EditSeminarTeachersController.Dto()
           
 
Method Summary
 List<User> getTeachers()
           
 void setTeachers(List<User> teachers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

teachers

private List<User> teachers
Constructor Detail

EditSeminarTeachersController.Dto

private EditSeminarTeachersController.Dto()
Method Detail

getTeachers

public List<User> getTeachers()

setTeachers

public void setTeachers(List<User> teachers)


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.