|
||||||||||
| 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.LearningExpectationsBehaviour
public class LearningExpectationsBehaviour
Behaviour of the Learning Expectations scenario User: Ľuboš Pecho Date: 1.9.2009 Time: 22:27:07
| Field Summary | |
|---|---|
private Course |
course
Course to which the behaviour is valid |
private Period |
createPeriod
period when can the expectations be created |
private Period |
evaluatePeriod
period when can the expectations be evaluated |
private Term |
term
Term in which the behaviour is valid |
| Constructor Summary | |
|---|---|
LearningExpectationsBehaviour()
|
|
| Method Summary | |
|---|---|
Course |
getCourse()
|
Period |
getCreatePeriod()
|
Period |
getEvaluatePeriod()
|
Term |
getTerm()
|
void |
setCourse(Course course)
Sets the course |
void |
setCreatePeriod(Period createPeriod)
Sets the create period |
void |
setEvaluatePeriod(Period evaluatePeriod)
Sets the evaluate period |
void |
setTerm(Term term)
Sets the term |
| 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 Period createPeriod
private Period evaluatePeriod
private Course course
private Term term
| Constructor Detail |
|---|
public LearningExpectationsBehaviour()
| Method Detail |
|---|
public Period getCreatePeriod()
public void setCreatePeriod(Period createPeriod)
createPeriod - public Period getEvaluatePeriod()
public void setEvaluatePeriod(Period evaluatePeriod)
evaluatePeriod - public Course getCourse()
public void setCourse(Course course)
course - public Term getTerm()
public void setTerm(Term term)
term -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||