public interface CourseSet
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
Copyright © 2006-2015 Sakai Project. All Rights Reserved.