public interface Section
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
Section getParent()
void setParent(Section parent)
EnrollmentSet getEnrollmentSet()
void setEnrollmentSet(EnrollmentSet enrollmentSet)
String getCourseOfferingEid()
Integer getMaxSize()
void setMaxSize(Integer maxSize)
Copyright © 2006-2016 Sakai Project. All Rights Reserved.