|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CourseSet
Models "School" and "Department" as well as more ad hoc groupings.
| Method Summary | |
|---|---|
String |
getAuthority()
What authority defines this object? |
String |
getCategory()
A category |
String |
getDescription()
Gets the description of this MembershipContainer. |
String |
getEid()
Gets the unique enterprise id of this MembershipContainer. |
CourseSet |
getParent()
Gets the parent CourseSet for this CourseSet, or null if this is a top-level CourseSet. |
String |
getTitle()
Gets the title of this MembershipContainer. |
void |
setAuthority(String authority)
|
void |
setCategory(String category)
|
void |
setDescription(String description)
|
void |
setEid(String eid)
|
void |
setParent(CourseSet parent)
|
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 getCategory()
void setCategory(String category)
CourseSet getParent()
void setParent(CourseSet parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||