cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation
Class AddStudentsToEvaluateFromListController.Dto

java.lang.Object
  extended by cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation.AddStudentsToEvaluateFromListController.Dto
Enclosing class:
AddStudentsToEvaluateFromListController

private class AddStudentsToEvaluateFromListController.Dto
extends Object


Field Summary
private  long id
           
private  SortedSet<User> students
           
private  String type
           
 
Constructor Summary
private AddStudentsToEvaluateFromListController.Dto()
           
 
Method Summary
 long getId()
           
 SortedSet<User> getStudents()
           
 String getType()
           
 void setId(long id)
           
 void setStudents(SortedSet<User> students)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private String type

id

private long id

students

private SortedSet<User> students
Constructor Detail

AddStudentsToEvaluateFromListController.Dto

private AddStudentsToEvaluateFromListController.Dto()
Method Detail

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.