|
||||||||||
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.feedback.FeedbackTopics
public class FeedbackTopics
Entity representing Feedback Topic User: Ľuboš Pecho Date: 18.9.2009 Time: 13:22:09
Field Summary | |
---|---|
private Educatable |
educatable
Educatable in which should the students reflect to the topics |
private Term |
term
Term in which is the feedbacTopics valid |
private List<String> |
topics
Topics |
Constructor Summary | |
---|---|
FeedbackTopics()
|
Method Summary | |
---|---|
void |
addTopic(String topic)
Adds topic |
Educatable |
getEducatable()
|
Term |
getTerm()
|
List<String> |
getTopics()
|
void |
removeTopic(String topic)
Removes topic |
void |
setEducatable(Educatable educatable)
Sets the educatable |
void |
setTerm(Term term)
Sets the term |
void |
setTopics(List<String> topics)
Sets the topics |
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 Educatable educatable
private Term term
private List<String> topics
Constructor Detail |
---|
public FeedbackTopics()
Method Detail |
---|
public Educatable getEducatable()
public void setEducatable(Educatable educatable)
educatable
- public Term getTerm()
public void setTerm(Term term)
term
- public List<String> getTopics()
public void addTopic(String topic)
topic
- public void removeTopic(String topic)
topic
- public void setTopics(List<String> topics)
topics
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |