| org.sakaiproject.coursemanagement.api.EnrollmentSet
All known Subclasses: org.sakaiproject.coursemanagement.impl.EnrollmentSetCmImpl,
EnrollmentSet | public interface EnrollmentSet (Code) | | Defines a group of students who are somehow associated with a CourseOffering
or a Section for credit. Defines who is allowed to submit the final grade for this
student, and what the grade is for.
author: Josh Holtzman |
getAuthority | public String getAuthority()(Code) | | What authority defines this object?
|
getDefaultEnrollmentCredits | public String getDefaultEnrollmentCredits()(Code) | | The default credits an Enrollment should have, if not specified by the
Enrollment itself.
|
getDescription | public String getDescription()(Code) | | A description
|
getOfficialInstructors | public Set<String> getOfficialInstructors()(Code) | | The official grader(s) for this EnrollmentSet.
|
setAuthority | public void setAuthority(String authority)(Code) | | |
setDefaultEnrollmentCredits | public void setDefaultEnrollmentCredits(String defaultEnrollmentCredits)(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setOfficialInstructors | public void setOfficialInstructors(Set<String> officialInstructors)(Code) | | |
|
|