|
||||||||||
| 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.commons.domain.NamedDomainObject
cz.muni.fi.pclis.domain.team.ProjectPackage
public class ProjectPackage
Package of team project with same purpose User: Ľuboš Pecho Date: 25.3.2010 Time: 12:12:19
| Field Summary | |
|---|---|
private Course |
course
course for which is this package |
private Set<TeamProject> |
projects
Team projects contained in this package |
private boolean |
studentsCanAddProject
flag if students can add their own projects |
private Term |
term
term for which is this package |
| Constructor Summary | |
|---|---|
ProjectPackage()
|
|
| Method Summary | |
|---|---|
Course |
getCourse()
|
Set<TeamProject> |
getProjects()
Returns contained team projects |
Term |
getTerm()
|
boolean |
isStudentsCanAddProject()
Returns true if students can add their own projects to this package |
void |
setCourse(Course course)
Sets the course |
void |
setProjects(Set<TeamProject> projects)
Sets contained team projects |
void |
setStudentsCanAddProject(boolean studentsCanAddProject)
Sets if students can add their own projects to this package |
void |
setTerm(Term term)
Sets the term |
| Methods inherited from class cz.muni.fi.pclis.commons.domain.NamedDomainObject |
|---|
getName, setName |
| 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 boolean studentsCanAddProject
private Set<TeamProject> projects
| Constructor Detail |
|---|
public ProjectPackage()
| Method Detail |
|---|
public Course getCourse()
public void setCourse(Course course)
course - public Term getTerm()
public void setTerm(Term term)
term - public boolean isStudentsCanAddProject()
public void setStudentsCanAddProject(boolean studentsCanAddProject)
studentsCanAddProject - public Set<TeamProject> getProjects()
public void setProjects(Set<TeamProject> projects)
projects -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||