|
||||||||||
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.ScenarioCourseRelation
public class ScenarioCourseRelation
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 |
---|
private Term term
private Course course
private Scenario scenario
Constructor Detail |
---|
public ScenarioCourseRelation()
Method Detail |
---|
public Term getTerm()
public void setTerm(Term term)
term
- public Course getCourse()
public void setCourse(Course course)
course
- public Scenario getScenario()
public void setScenario(Scenario scenario)
scenario
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |