|
||||||||||
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.OnlineConsultation
public class OnlineConsultation
Entity representing data online consultation User: Ľuboš Pecho Date: 14.2.2010 Time: 11:19:03
Field Summary | |
---|---|
private String |
annotation
Annotation of the consultation |
private String |
consultationTarget
Target of the consultation |
private Course |
course
Course in which is the consultation taking place |
private Date |
date
Start of the consultation |
private Date |
dateTo
End of the consultation |
private String |
googleWaveUrl
Url of the google wave |
private SortedSet<User> |
students
students participating in the consultation |
private SortedSet<User> |
teachers
teachers participating in the consultation |
private Term |
term
Term in which is the consultation taking place |
Constructor Summary | |
---|---|
OnlineConsultation()
|
Method Summary | |
---|---|
String |
getAnnotation()
|
String |
getConsultationTarget()
|
Course |
getCourse()
|
Date |
getDate()
|
Date |
getDateTo()
|
String |
getGoogleWaveUrl()
|
SortedSet<User> |
getStudents()
|
SortedSet<User> |
getTeachers()
|
Term |
getTerm()
|
void |
registerStudent(User user)
registers new student |
void |
registerTeacher(User user)
registers new teacher |
void |
setAnnotation(String annotation)
Sets the annotation |
void |
setConsultationTarget(String consultationTarget)
Sets the consultation target |
void |
setCourse(Course course)
sets the course |
void |
setDate(Date date)
Sets the date |
void |
setDateTo(Date dateTo)
Sets the dateTo |
void |
setGoogleWaveUrl(String googleWaveUrl)
Sets the google wave url |
void |
setStudents(SortedSet<User> students)
Sets the students |
void |
setTeachers(SortedSet<User> teachers)
Sets the teachers |
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 SortedSet<User> teachers
private SortedSet<User> students
private Date date
private Date dateTo
private String annotation
private String consultationTarget
private String googleWaveUrl
Constructor Detail |
---|
public OnlineConsultation()
Method Detail |
---|
public Course getCourse()
public void setCourse(Course course)
course
- public Term getTerm()
public void setTerm(Term term)
term
- public SortedSet<User> getTeachers()
public void setTeachers(SortedSet<User> teachers)
teachers
- public SortedSet<User> getStudents()
public void setStudents(SortedSet<User> students)
students
- public Date getDate()
public void setDate(Date date)
date
- public Date getDateTo()
public void setDateTo(Date dateTo)
dateTo
- public String getConsultationTarget()
public void setConsultationTarget(String consultationTarget)
consultationTarget
- public String getAnnotation()
public void setAnnotation(String annotation)
annotation
- public String getGoogleWaveUrl()
public void setGoogleWaveUrl(String googleWaveUrl)
googleWaveUrl
- public void registerTeacher(User user)
user
- public void registerStudent(User user)
user
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |