cz.muni.fi.pclis.domain.learningExpectations
Class LearningExpectationsBehaviour

java.lang.Object
  extended by cz.muni.fi.pclis.commons.domain.DomainObject
      extended by cz.muni.fi.pclis.domain.learningExpectations.LearningExpectationsBehaviour

public class LearningExpectationsBehaviour
extends DomainObject

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

createPeriod

private Period createPeriod
period when can the expectations be created


evaluatePeriod

private Period evaluatePeriod
period when can the expectations be evaluated


course

private Course course
Course to which the behaviour is valid


term

private Term term
Term in which the behaviour is valid

Constructor Detail

LearningExpectationsBehaviour

public LearningExpectationsBehaviour()
Method Detail

getCreatePeriod

public Period getCreatePeriod()
Returns:
create period

setCreatePeriod

public void setCreatePeriod(Period createPeriod)
Sets the create period

Parameters:
createPeriod -

getEvaluatePeriod

public Period getEvaluatePeriod()
Returns:
evaluate period

setEvaluatePeriod

public void setEvaluatePeriod(Period evaluatePeriod)
Sets the evaluate period

Parameters:
evaluatePeriod -

getCourse

public Course getCourse()
Returns:
course

setCourse

public void setCourse(Course course)
Sets the course

Parameters:
course -

getTerm

public Term getTerm()
Returns:
term

setTerm

public void setTerm(Term term)
Sets the term

Parameters:
term -


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