|
||||||||||
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.Educatable
cz.muni.fi.pclis.domain.Seminar
public class Seminar
Seminar implementation of the Educatable interface User: Ľuboš Pecho Date: 6.7.2009 Time: 22:24:41
Field Summary | |
---|---|
private Course |
course
course which this seminar belongs to |
private String |
ordinalNumber
ordinal number of the seminar |
private Term |
term
Term in which is this seminar taught |
Constructor Summary | |
---|---|
Seminar()
|
Method Summary | |
---|---|
String |
getCode()
Returns the code |
Course |
getCourse()
|
String |
getOrdinalNumber()
|
Term |
getTerm()
|
void |
setCourse(Course course)
Sets the course |
void |
setOrdinalNumber(String ordinalNumber)
Sets the ordinal number |
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 Course course
private String ordinalNumber
private Term term
Constructor Detail |
---|
public Seminar()
Method Detail |
---|
public String getCode()
getCode
in class Educatable
public Course getCourse()
public void setCourse(Course course)
course
- public String getOrdinalNumber()
public void setOrdinalNumber(String ordinalNumber)
ordinalNumber
- public Term getTerm()
public void setTerm(Term term)
term
-
IllegalArgumentException
- if course is not null and this course is not available in given term
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |