|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.muni.fi.pclis.commons.domain.DomainObject
cz.muni.fi.pclis.domain.peerEvaluation.PeerEvaluation
public abstract class PeerEvaluation
Entity representing peer evaluation User: Ľuboš Pecho Date: 29.3.2010 Time: 22:47:20
Field Summary | |
---|---|
private String |
comment
Comment |
private Integer |
grade
Grade |
private UploadedFile |
uploadedFile
Uploaded file |
Constructor Summary | |
---|---|
PeerEvaluation()
|
Method Summary | |
---|---|
abstract PeerEvaluationAssignment |
getAssignment()
Returns assignment to which the evaluation belongs |
String |
getComment()
|
Integer |
getGrade()
|
UploadedFile |
getUploadedFile()
|
boolean |
isEmpty()
Returns true if the evaluation is empty |
void |
setComment(String comment)
Sets the comment |
void |
setGrade(Integer grade)
Sets the grade |
void |
setUploadedFile(UploadedFile uploadedFile)
Sets the uploaded file |
Methods inherited from class cz.muni.fi.pclis.commons.domain.DomainObject |
---|
equals, getId, hashCode, setId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Integer grade
private String comment
private UploadedFile uploadedFile
Constructor Detail |
---|
public PeerEvaluation()
Method Detail |
---|
public Integer getGrade()
public void setGrade(Integer grade)
grade
- public String getComment()
public void setComment(String comment)
comment
- public UploadedFile getUploadedFile()
public void setUploadedFile(UploadedFile uploadedFile)
uploadedFile
- public boolean isEmpty()
public abstract PeerEvaluationAssignment getAssignment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |