cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation
Class AddStudentsToEvaluateFromListController.Dto
java.lang.Object
cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation.AddStudentsToEvaluateFromListController.Dto
- Enclosing class:
- AddStudentsToEvaluateFromListController
private class AddStudentsToEvaluateFromListController.Dto
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private String type
id
private long id
students
private SortedSet<User> students
AddStudentsToEvaluateFromListController.Dto
private AddStudentsToEvaluateFromListController.Dto()
getType
public String getType()
setType
public void setType(String type)
getId
public long getId()
setId
public void setId(long id)
getStudents
public SortedSet<User> getStudents()
setStudents
public void setStudents(SortedSet<User> students)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.