public class SyllabusItemImpl extends Object implements 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() |
void |
setContextId(String contextId) |
void |
setLockId(Integer lockId) |
void |
setRedirectURL(String redirectURL) |
void |
setSyllabi(Set syllabi) |
void |
setUserId(String userId) |
String |
toString() |
public Set getSyllabi()
getSyllabi in interface SyllabusItempublic void setSyllabi(Set syllabi)
setSyllabi in interface SyllabusItemsyllabi - The syllabi to set.public String getContextId()
getContextId in interface SyllabusItempublic void setContextId(String contextId)
setContextId in interface SyllabusItemcontextId - The contextId to set.public Integer getLockId()
getLockId in interface SyllabusItempublic void setLockId(Integer lockId)
lockId - The lockId to set.public Long getSurrogateKey()
getSurrogateKey in interface SyllabusItempublic String getUserId()
getUserId in interface SyllabusItempublic void setUserId(String userId)
setUserId in interface SyllabusItemuserId - The userId to set.public String getRedirectURL()
getRedirectURL in interface SyllabusItempublic void setRedirectURL(String redirectURL)
setRedirectURL in interface 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()Copyright © 2004–2018 Sakai Project. All rights reserved.