cz.muni.fi.pclis.web.controllers.student.peerEvaluation
Class FillEvaluationController.Dto

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

private class FillEvaluationController.Dto
extends Object


Field Summary
private  String comment
           
private  org.springframework.web.multipart.MultipartFile file
           
private  Integer grade
           
private  long id
           
private  String type
           
private  UploadedFile uploadedFile
           
 
Constructor Summary
private FillEvaluationController.Dto()
           
 
Method Summary
 String getComment()
           
 org.springframework.web.multipart.MultipartFile getFile()
           
 Integer getGrade()
           
 long getId()
           
 String getType()
           
 UploadedFile getUploadedFile()
           
 void setComment(String comment)
           
 void setFile(org.springframework.web.multipart.MultipartFile file)
           
 void setGrade(Integer grade)
           
 void setId(long id)
           
 void setType(String type)
           
 void setUploadedFile(UploadedFile uploadedFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private long id

type

private String type

grade

private Integer grade

comment

private String comment

file

private org.springframework.web.multipart.MultipartFile file

uploadedFile

private UploadedFile uploadedFile
Constructor Detail

FillEvaluationController.Dto

private FillEvaluationController.Dto()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getGrade

public Integer getGrade()

setGrade

public void setGrade(Integer grade)

getComment

public String getComment()

setComment

public void setComment(String comment)

getFile

public org.springframework.web.multipart.MultipartFile getFile()

setFile

public void setFile(org.springframework.web.multipart.MultipartFile file)

getType

public String getType()

setType

public void setType(String type)

getUploadedFile

public UploadedFile getUploadedFile()

setUploadedFile

public void setUploadedFile(UploadedFile uploadedFile)


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