|
||||||||||
| 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.learningExpectations.ExpectationPoint
public class ExpectationPoint
Entity representing expectation point User: Ľuboš Pecho Date: 6.9.2009 Time: 11:06:08
| Field Summary | |
|---|---|
private String |
body
Body of the expectation point |
private Course |
course
Course in which was the point created |
private Byte |
evaluation
Evaluation of the expectation point |
private String |
evaluationComment
Evaluation comment of the expectation point |
private Term |
term
Term in which was the point created |
private String |
title
Title of the expectation point |
private User |
user
Author of the expectation point |
| Constructor Summary | |
|---|---|
ExpectationPoint()
|
|
| Method Summary | |
|---|---|
int |
compareTo(ExpectationPoint o)
Compare to points by their title |
String |
getBody()
|
Course |
getCourse()
|
Byte |
getEvaluation()
|
String |
getEvaluationComment()
|
Term |
getTerm()
|
String |
getTitle()
|
User |
getUser()
Returns author of the expectation point |
void |
setBody(String body)
Sets the body |
void |
setCourse(Course course)
Sets the course |
void |
setEvaluation(Byte evaluation)
Sets the evaluation |
void |
setEvaluationComment(String evaluationComment)
Sets the evaluation comment |
void |
setTerm(Term term)
Sets the term |
void |
setTitle(String title)
Sets the title |
void |
setUser(User user)
Sets the author of the expectation point |
| 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 User user
private Term term
private Course course
private String title
private String body
private Byte evaluation
private String evaluationComment
| Constructor Detail |
|---|
public ExpectationPoint()
| Method Detail |
|---|
public User getUser()
public void setUser(User user)
user - public Term getTerm()
public void setTerm(Term term)
term - public Course getCourse()
public void setCourse(Course course)
course - public String getTitle()
public void setTitle(String title)
title - public String getBody()
public void setBody(String body)
body - public Byte getEvaluation()
public void setEvaluation(Byte evaluation)
evaluation - public String getEvaluationComment()
public void setEvaluationComment(String evaluationComment)
evaluationComment - public int compareTo(ExpectationPoint o)
compareTo in interface Comparable<ExpectationPoint>o -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||