public class QuestionPoolImpl extends Object implements QuestionPool
| Constructor and Description |
|---|
QuestionPoolImpl()
Creates a new QuestionPoolImpl object.
|
QuestionPoolImpl(org.osid.shared.Id newId,
org.osid.shared.Id newParentId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getData()
DOCUMENTATION PENDING
|
String |
getDescription()
DOCUMENTATION PENDING
|
String |
getDisplayName()
DOCUMENTATION PENDING
|
org.osid.shared.Id |
getId()
DOCUMENTATION PENDING
|
org.osid.shared.Id |
getParentId()
DOCUMENTATION PENDING
|
QuestionPool |
getParentPool()
DOCUMENTATION PENDING
|
org.osid.shared.Type |
getQuestionPoolType()
DOCUMENTATION PENDING
|
void |
setDisplayName(String pdisplayName) |
void |
setParentId(org.osid.shared.Id parentId)
Sets the parent id object for the question pool
|
void |
setParentPool(QuestionPool parentPool) |
void |
updateData(Serializable pdata)
DOCUMENTATION PENDING
|
void |
updateDescription(String pdescription)
DOCUMENTATION PENDING
|
void |
updateDisplayName(String pdisplayName)
DOCUMENTATION PENDING
|
void |
updateQuestionPoolType(org.osid.shared.Type questionPoolType) |
public QuestionPoolImpl()
public QuestionPoolImpl(org.osid.shared.Id newId,
org.osid.shared.Id newParentId)
newId - the idnewParentId - the id of its parentpublic void updateDisplayName(String pdisplayName) throws QuestionPoolException
QuestionPoolupdateDisplayName in interface QuestionPoolpdisplayName - the display name for the question poolQuestionPoolExceptionpublic void setDisplayName(String pdisplayName) throws QuestionPoolException
QuestionPoolExceptionpublic void updateDescription(String pdescription) throws QuestionPoolException
QuestionPoolupdateDescription in interface QuestionPoolpdescription - the description for the question poolQuestionPoolExceptionpublic void updateData(Serializable pdata) throws QuestionPoolException
QuestionPoolupdateData in interface QuestionPoolpdata - the extra data member for the question poolQuestionPoolExceptionpublic String getDisplayName() throws QuestionPoolException
QuestionPoolgetDisplayName in interface QuestionPoolQuestionPoolExceptionpublic String getDescription() throws QuestionPoolException
QuestionPoolgetDescription in interface QuestionPoolQuestionPoolExceptionpublic org.osid.shared.Id getId()
throws QuestionPoolException
getId in interface QuestionPoolQuestionPoolException - DOCUMENTATION PENDINGpublic org.osid.shared.Type getQuestionPoolType()
throws QuestionPoolException
QuestionPoolgetQuestionPoolType in interface QuestionPoolQuestionPoolExceptionpublic void updateQuestionPoolType(org.osid.shared.Type questionPoolType)
throws QuestionPoolException
QuestionPoolExceptionpublic Serializable getData() throws QuestionPoolException
QuestionPoolgetData in interface QuestionPoolQuestionPoolExceptionpublic org.osid.shared.Id getParentId()
throws QuestionPoolException
QuestionPoolgetParentId in interface QuestionPoolQuestionPoolExceptionpublic void setParentId(org.osid.shared.Id parentId)
throws QuestionPoolException
setParentId in interface QuestionPoolQuestionPoolExceptionpublic QuestionPool getParentPool() throws QuestionPoolException
QuestionPoolgetParentPool in interface QuestionPoolQuestionPoolExceptionpublic void setParentPool(QuestionPool parentPool)
Copyright © 2003–2020 Sakai Project. All rights reserved.