|
||||||||||
| 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.onlineConsultation.OnlineConsultationRules
public class OnlineConsultationRules
Rules by which should the students behave during the consultation User: Ľuboš Pecho Date: 27.2.2010 Time: 13:05:37
| Field Summary | |
|---|---|
private Course |
course
Course for which are these rules valid |
private String |
rules
HTML text with rules |
private Term |
term
Term in which are these rules valid |
| Constructor Summary | |
|---|---|
OnlineConsultationRules()
|
|
| Method Summary | |
|---|---|
Course |
getCourse()
|
String |
getRules()
|
Term |
getTerm()
|
void |
setCourse(Course course)
Sets the course |
void |
setRules(String rules)
Sets the rules |
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 Term term
private String rules
| Constructor Detail |
|---|
public OnlineConsultationRules()
| Method Detail |
|---|
public Course getCourse()
public void setCourse(Course course)
course - public Term getTerm()
public void setTerm(Term term)
term - public String getRules()
public void setRules(String rules)
rules -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||