public class QuestionPoolData extends Object implements Serializable, org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfc, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static Long |
ACCESS_DENIED |
static Long |
ADMIN |
static Long |
DEFAULT_INTELLECTUAL_PROPERTYID |
static Long |
DEFAULT_TYPEID |
static Long |
READ_COPY |
static Long |
READ_ONLY |
static Long |
READ_WRITE |
static Long |
ROOT_POOL |
| Constructor and Description |
|---|
QuestionPoolData() |
QuestionPoolData(Long poolId,
String title)
This is a cheap object created for holding just the Id & title.
|
QuestionPoolData(Long poolId,
String title,
Long parentPoolId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuestionPoolItem(org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc questionPoolItem) |
Object |
clone() |
org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc |
getAccessType() |
Long |
getAccessTypeId()
DOCUMENTATION PENDING
|
Date |
getDateCreated()
DOCUMENTATION PENDING
|
String |
getDescription() |
Long |
getIntellectualPropertyId()
DOCUMENTATION PENDING
|
String |
getKeywords()
DOCUMENTATION PENDING
|
Date |
getLastModified()
DOCUMENTATION PENDING
|
org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc |
getLastModifiedBy() |
String |
getLastModifiedById() |
String |
getObjectives()
DOCUMENTATION PENDING
|
String |
getOrganizationName()
DOCUMENTATION PENDING
|
org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc |
getOwner() |
String |
getOwnerId() |
Long |
getParentPoolId() |
Long |
getQuestionPoolId() |
Set |
getQuestionPoolItems() |
Integer |
getQuestionPoolItemSize() |
Collection |
getQuestions()
DOCUMENTATION PENDING
|
Integer |
getQuestionSize() |
String |
getRubric()
DOCUMENTATION PENDING
|
Integer |
getSubPoolSize() |
String |
getTitle() |
org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc |
getType() |
Long |
getTypeId() |
void |
setAccessType(org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc accessType) |
void |
setAccessTypeId(Long accessTypeId) |
void |
setDateCreated(Date dateCreated)
DOCUMENTATION PENDING
|
void |
setDescription(String description) |
void |
setIntellectualProperty(String intellectualProperty) |
void |
setIntellectualPropertyId(Long intellectualPropertyId)
DOCUMENTATION PENDING
|
void |
setKeywords(String keywords)
DOCUMENTATION PENDING
|
void |
setLastModified(Date lastModified)
DOCUMENTATION PENDING
|
void |
setLastModifiedBy(org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc lastModifiedBy) |
void |
setLastModifiedById(String lastModifiedById) |
void |
setObjectives(String objectives)
DOCUMENTATION PENDING
|
void |
setOrganizationName(String organizationName)
DOCUMENTATION PENDING
|
void |
setOwner(org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc owner) |
void |
setOwnerId(String ownerId) |
void |
setParentPoolId(Long parentPoolId) |
void |
setQuestionPoolId(Long questionPoolId) |
void |
setQuestionPoolItems(Set questionPoolItems) |
void |
setQuestions(Collection items)
DOCUMENTATION PENDING
|
void |
setRubric(String rubric)
DOCUMENTATION PENDING
|
void |
setSubPoolSize(Integer subPoolSize) |
void |
setTitle(String title) |
void |
setType(org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc type) |
void |
setTypeId(Long typeId) |
public static final Long ACCESS_DENIED
public static final Long READ_ONLY
public static final Long READ_COPY
public static final Long READ_WRITE
public static final Long ADMIN
public static final Long DEFAULT_TYPEID
public static final Long DEFAULT_INTELLECTUAL_PROPERTYID
public static final Long ROOT_POOL
public QuestionPoolData()
public QuestionPoolData(Long poolId, String title)
poolId - title - public Long getQuestionPoolId()
getQuestionPoolId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setQuestionPoolId(Long questionPoolId)
setQuestionPoolId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic String getTitle()
getTitle in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setTitle(String title)
setTitle in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic String getDescription()
getDescription in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setDescription(String description)
setDescription in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic Long getParentPoolId()
getParentPoolId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setParentPoolId(Long parentPoolId)
setParentPoolId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic String getOwnerId()
getOwnerId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setOwnerId(String ownerId)
setOwnerId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc getOwner()
getOwner in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setOwner(org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc owner)
setOwner in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic Date getDateCreated()
getDateCreated in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setDateCreated(Date dateCreated)
setDateCreated in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcdateCreated - DOCUMENTATION PENDINGpublic Date getLastModified()
getLastModified in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setLastModified(Date lastModified)
setLastModified in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfclastModified - DOCUMENTATION PENDINGpublic String getLastModifiedById()
getLastModifiedById in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setLastModifiedById(String lastModifiedById)
setLastModifiedById in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc getLastModifiedBy()
getLastModifiedBy in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setLastModifiedBy(org.sakaiproject.tool.assessment.data.ifc.shared.AgentDataIfc lastModifiedBy)
setLastModifiedBy in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic Long getAccessTypeId()
getAccessTypeId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setAccessTypeId(Long accessTypeId)
setAccessTypeId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc getAccessType()
getAccessType in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setAccessType(org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc accessType)
setAccessType in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic String getObjectives()
getObjectives in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setObjectives(String objectives)
setObjectives in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcobjectives - DOCUMENTATION PENDINGpublic String getKeywords()
getKeywords in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setKeywords(String keywords)
setKeywords in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcnewKeywords - DOCUMENTATION PENDINGpublic String getRubric()
getRubric in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setRubric(String rubric)
setRubric in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcrubric - DOCUMENTATION PENDINGpublic Long getTypeId()
getTypeId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setTypeId(Long typeId)
setTypeId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc getType()
getType in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setType(org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc type)
setType in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic Long getIntellectualPropertyId()
getIntellectualPropertyId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setIntellectualPropertyId(Long intellectualPropertyId)
setIntellectualPropertyId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcintellectualProperty - DOCUMENTATION PENDINGpublic void setIntellectualProperty(String intellectualProperty)
public String getOrganizationName()
getOrganizationName in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setOrganizationName(String organizationName)
setOrganizationName in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcorganizationName - DOCUMENTATION PENDINGpublic Set getQuestionPoolItems()
getQuestionPoolItems in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setQuestionPoolItems(Set questionPoolItems)
setQuestionPoolItems in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void addQuestionPoolItem(org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc questionPoolItem)
addQuestionPoolItem in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic Collection getQuestions()
getQuestions in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setQuestions(Collection items)
setQuestions in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcnewItems - DOCUMENTATION PENDINGpublic Integer getQuestionSize()
getQuestionSize in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic void setSubPoolSize(Integer subPoolSize)
setSubPoolSize in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic Integer getSubPoolSize()
getSubPoolSize in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfcpublic Object clone()
public Integer getQuestionPoolItemSize()
Copyright © 2005-2014 Sakai Project. All Rights Reserved.