cz.muni.fi.pclis.domain.feedback
Class FeedbackTopics

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

public class FeedbackTopics
extends DomainObject

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

educatable

private Educatable educatable
Educatable in which should the students reflect to the topics


term

private Term term
Term in which is the feedbacTopics valid


topics

private List<String> topics
Topics

Constructor Detail

FeedbackTopics

public FeedbackTopics()
Method Detail

getEducatable

public Educatable getEducatable()
Returns:
educatable

setEducatable

public void setEducatable(Educatable educatable)
Sets the educatable

Parameters:
educatable -

getTerm

public Term getTerm()
Returns:
term

setTerm

public void setTerm(Term term)
Sets the term

Parameters:
term -

getTopics

public List<String> getTopics()
Returns:
topics

addTopic

public void addTopic(String topic)
Adds topic

Parameters:
topic -

removeTopic

public void removeTopic(String topic)
Removes topic

Parameters:
topic -

setTopics

public void setTopics(List<String> topics)
Sets the topics

Parameters:
topics -


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