public interface CourseOffering
| Modifier and Type | Method and Description |
|---|---|
AcademicSession |
getAcademicSession()
The AcademicSession for this course offering
|
String |
getAuthority()
What authority defines this object?
|
String |
getCanonicalCourseEid()
Gets the enterprise ID of the CourseOffering's CanonicalCourse.
|
Set<String> |
getCourseSetEids()
Gets the Set
|
String |
getDescription()
Gets the description of this CourseOffering.
|
String |
getEid()
Gets the unique enterprise id of this CourseOffering.
|
Date |
getEndDate()
The date this CourseOffering ends (if any).
|
Date |
getStartDate()
The date this CourseOffering starts (if any).
|
String |
getStatus()
Gets the status of this CourseOffering.
|
String |
getTitle()
Gets the title of this CourseOffering.
|
void |
setAcademicSession(AcademicSession academicSession) |
void |
setAuthority(String authority) |
void |
setDescription(String description) |
void |
setEid(String eid) |
void |
setEndDate(Date endDate) |
void |
setStartDate(Date startDate) |
void |
setStatus(String status) |
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 getStatus()
void setStatus(String status)
AcademicSession getAcademicSession()
void setAcademicSession(AcademicSession academicSession)
Date getStartDate()
void setStartDate(Date startDate)
Date getEndDate()
void setEndDate(Date endDate)
String getCanonicalCourseEid()
Copyright © 2006–2020 Sakai Project. All rights reserved.