public interface CanonicalCourse
| Modifier and Type | Method and Description |
|---|---|
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) |
String getEid()
void setEid(String eid)
String getAuthority()
void setAuthority(String authority)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String description)
Copyright © 2006-2014 Sakai Project. All Rights Reserved.