public interface AcademicSession
An institutional context for CourseOfferings, distinguishing one instance of a CanonicalCourse from another. In higher educational institutions, it almost always includes a time range. However, self-paced "sessions" are apparently also possible.
AcademicSession includes a notion of ordering and currency to support queries such as "Find all current course offerings" and "Sort past course offerings in reverse session order".
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority()
What authority defines this object?
|
String |
getDescription()
A description
|
String |
getEid()
A unique enterprise id
|
Date |
getEndDate()
The date this AcademicSession ends (if any).
|
Date |
getStartDate()
The date this AcademicSession starts (if any).
|
String |
getTitle()
The title
|
void |
setAuthority(String authority) |
void |
setDescription(String description) |
void |
setEid(String eid) |
void |
setEndDate(Date endDate) |
void |
setStartDate(Date startDate) |
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)
Date getStartDate()
void setStartDate(Date startDate)
Date getEndDate()
void setEndDate(Date endDate)
Copyright © 2006–2021 Sakai Project. All rights reserved.