| |
|
| java.lang.Object org.sakaiproject.component.app.syllabus.SyllabusItemImpl
SyllabusItemImpl | public class SyllabusItemImpl implements SyllabusItem(Code) | | A syllabus item contains information relating to a syllabus and an order
within a particular context (site).
author: Jarrod Lannan version: $Id: |
SyllabusItemImpl | public SyllabusItemImpl()(Code) | | Public no-arg Constructor.
|
SyllabusItemImpl | public SyllabusItemImpl(String userId, String contextId, String redirectURL)(Code) | | Parameters: userId - Parameters: contextId - Parameters: redirectURL - SyllabusEntry Constructor. Package protected. |
getContextId | public String getContextId()(Code) | | Returns the contextId. |
getRedirectURL | public String getRedirectURL()(Code) | | Returns the redirectURL. |
getSurrogateKey | public Long getSurrogateKey()(Code) | | Returns the surrogateKey. |
getSyllabi | public Set getSyllabi()(Code) | | Returns the syllabi. |
getUserId | public String getUserId()(Code) | | Returns the userId. |
setContextId | public void setContextId(String contextId)(Code) | | Parameters: contextId - The contextId to set. |
setLockId | public void setLockId(Integer lockId)(Code) | | Parameters: lockId - The lockId to set. |
setRedirectURL | public void setRedirectURL(String redirectURL)(Code) | | Parameters: redirectURL - The redirectURL to set. |
setSyllabi | public void setSyllabi(Set syllabi)(Code) | | Parameters: syllabi - The syllabi to set. |
setUserId | public void setUserId(String userId)(Code) | | Parameters: userId - The userId to set. |
|
|
|