|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CourseOffering
An instance of a course.
| Method Summary | |
|---|---|
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)
|
| 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)
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()
Set<String> getCourseSetEids()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||