|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CanonicalCourse
A CanonicalCourse represents the aspects of a course that stay the same across instances of a course. A CanonicalCourse exists whether there are any instances of the course or not.
| Method Summary | |
|---|---|
String |
getAuthority()
What authority defines this object? |
Set<String> |
getCourseSetEids()
Gets the Set |
String |
getDescription()
A description |
String |
getEid()
A unique enterprise id |
String |
getTitle()
The title |
void |
setAuthority(String authority)
|
void |
setDescription(String description)
|
void |
setEid(String eid)
|
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)
Set<String> getCourseSetEids()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||