|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Section
Models a "cohort" (a stable group which enrolls in multiple courses as a unit) as well as officially delimited course "groups" and "sections".
| Method Summary | |
|---|---|
String |
getAuthority()
What authority defines this object? |
String |
getCategory()
A category for this Section. |
String |
getCourseOfferingEid()
Gets the enterprise ID of the Section's containing CourseOffering. |
String |
getDescription()
A description |
String |
getEid()
A unique enterprise id |
EnrollmentSet |
getEnrollmentSet()
Gets the EnrollmentSet associated with this Section, if any. |
Integer |
getMaxSize()
Gets maximum size allowed in a Section |
Set<Meeting> |
getMeetings()
The meeting time for this section. |
Section |
getParent()
Gets the parent Section for this Section, or null if this is not a subSection. |
String |
getTitle()
The title |
void |
setAuthority(String authority)
|
void |
setCategory(String category)
|
void |
setDescription(String description)
|
void |
setEid(String eid)
|
void |
setEnrollmentSet(EnrollmentSet enrollmentSet)
|
void |
setMaxSize(Integer maxSize)
|
void |
setMeetings(Set<Meeting> meetingTimes)
|
void |
setParent(Section parent)
|
void |
setTitle(String title)
|
| Method Detail |
|---|
String getEid()
void setEid(String eid)
String getAuthority()
void setAuthority(String authority)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String description)
String getCategory()
void setCategory(String category)
Set<Meeting> getMeetings()
void setMeetings(Set<Meeting> meetingTimes)
Section getParent()
void setParent(Section parent)
EnrollmentSet getEnrollmentSet()
void setEnrollmentSet(EnrollmentSet enrollmentSet)
String getCourseOfferingEid()
Integer getMaxSize()
void setMaxSize(Integer maxSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||