|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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".
| Method Summary | |
|---|---|
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)
|
| 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)
Date getStartDate()
void setStartDate(Date startDate)
Date getEndDate()
void setEndDate(Date endDate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||