public class SyllabusItemImpl extends Object implements org.sakaiproject.api.app.syllabus.SyllabusItem
| Constructor and Description |
|---|
SyllabusItemImpl()
Public no-arg Constructor.
|
SyllabusItemImpl(String userId,
String contextId,
String redirectURL) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContextId() |
Integer |
getLockId() |
String |
getRedirectURL() |
Long |
getSurrogateKey() |
Set |
getSyllabi() |
String |
getUserId() |
int |
hashCode() |
Boolean |
isOpenInNewWindow() |
void |
setContextId(String contextId) |
void |
setLockId(Integer lockId) |
void |
setOpenInNewWindow(Boolean openInNewWindow) |
void |
setRedirectURL(String redirectURL) |
void |
setSyllabi(Set syllabi) |
void |
setUserId(String userId) |
String |
toString() |
public Set getSyllabi()
getSyllabi in interface org.sakaiproject.api.app.syllabus.SyllabusItempublic void setSyllabi(Set syllabi)
setSyllabi in interface org.sakaiproject.api.app.syllabus.SyllabusItemsyllabi - The syllabi to set.public String getContextId()
getContextId in interface org.sakaiproject.api.app.syllabus.SyllabusItempublic void setContextId(String contextId)
setContextId in interface org.sakaiproject.api.app.syllabus.SyllabusItemcontextId - The contextId to set.public Integer getLockId()
getLockId in interface org.sakaiproject.api.app.syllabus.SyllabusItempublic void setLockId(Integer lockId)
lockId - The lockId to set.public Long getSurrogateKey()
getSurrogateKey in interface org.sakaiproject.api.app.syllabus.SyllabusItempublic String getUserId()
getUserId in interface org.sakaiproject.api.app.syllabus.SyllabusItempublic void setUserId(String userId)
setUserId in interface org.sakaiproject.api.app.syllabus.SyllabusItemuserId - The userId to set.public String getRedirectURL()
getRedirectURL in interface org.sakaiproject.api.app.syllabus.SyllabusItempublic void setRedirectURL(String redirectURL)
setRedirectURL in interface org.sakaiproject.api.app.syllabus.SyllabusItemredirectURL - The redirectURL to set.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()public Boolean isOpenInNewWindow()
isOpenInNewWindow in interface org.sakaiproject.api.app.syllabus.SyllabusItempublic void setOpenInNewWindow(Boolean openInNewWindow)
setOpenInNewWindow in interface org.sakaiproject.api.app.syllabus.SyllabusItemCopyright © 2004-2015 Sakai Project. All Rights Reserved.