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

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

private class EditCourseStudentsController.Dto
extends Object


Field Summary
private  List<User> students
           
private  Term term
           
 
Constructor Summary
private EditCourseStudentsController.Dto()
           
 
Method Summary
 List<User> getStudents()
           
 Term getTerm()
           
 void setStudents(List<User> students)
           
 void setTerm(Term term)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

term

private Term term

students

private List<User> students
Constructor Detail

EditCourseStudentsController.Dto

private EditCourseStudentsController.Dto()
Method Detail

getTerm

public Term getTerm()

setTerm

public void setTerm(Term term)

getStudents

public List<User> getStudents()

setStudents

public void setStudents(List<User> students)


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