cz.muni.fi.pclis.domain
Class ScenarioCourseRelation

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

public class ScenarioCourseRelation
extends DomainObject

Relation reflecting usage of scenarios in courses for term User: Ľuboš Pecho Date: 6.7.2009 Time: 23:27:03


Field Summary
private  Course course
          Course of the relation
private  Scenario scenario
          Scenario of the relation
private  Term term
          Term of the relation
 
Constructor Summary
ScenarioCourseRelation()
           
 
Method Summary
 Course getCourse()
           
 Scenario getScenario()
           
 Term getTerm()
           
 void setCourse(Course course)
          Sets the course
 void setScenario(Scenario scenario)
          Sets the scenario
 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

term

private Term term
Term of the relation


course

private Course course
Course of the relation


scenario

private Scenario scenario
Scenario of the relation

Constructor Detail

ScenarioCourseRelation

public ScenarioCourseRelation()
Method Detail

getTerm

public Term getTerm()
Returns:
term

setTerm

public void setTerm(Term term)
Sets the term

Parameters:
term -

getCourse

public Course getCourse()
Returns:
course

setCourse

public void setCourse(Course course)
Sets the course

Parameters:
course -

getScenario

public Scenario getScenario()
Returns:
scenario

setScenario

public void setScenario(Scenario scenario)
Sets the scenario

Parameters:
scenario -


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