public interface QuestionPoolDataIfc extends Serializable, Cloneable
Long getQuestionPoolId()
void setQuestionPoolId(Long questionPoolId)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String description)
Long getParentPoolId()
void setParentPoolId(Long parentPoolId)
String getOwnerId()
void setOwnerId(String ownerId)
AgentDataIfc getOwner()
void setOwner(AgentDataIfc owner)
Date getDateCreated()
void setDateCreated(Date dateCreated)
Date getLastModified()
void setLastModified(Date lastModified)
String getLastModifiedById()
void setLastModifiedById(String lastModifiedById)
AgentDataIfc getLastModifiedBy()
void setLastModifiedBy(AgentDataIfc lastModifiedBy)
Long getAccessTypeId()
void setAccessTypeId(Long accessTypeId)
TypeIfc getAccessType()
void setAccessType(TypeIfc accessType)
String getObjectives()
void setObjectives(String objectives)
String getKeywords()
void setKeywords(String keywords)
String getRubric()
void setRubric(String rubric)
Long getTypeId()
void setTypeId(Long typeId)
TypeIfc getType()
void setType(TypeIfc type)
Long getIntellectualPropertyId()
void setIntellectualPropertyId(Long intellectualPropertyId)
String getOrganizationName()
void setOrganizationName(String organizationName)
Set getQuestionPoolItems()
void setQuestionPoolItems(Set questionPoolItems)
void addQuestionPoolItem(QuestionPoolItemIfc questionPoolItem)
Collection getQuestions()
void setQuestions(Collection items)
Integer getQuestionSize()
void setSubPoolSize(Long subPoolSize)
Long getSubPoolSize()
Object clone()
Copyright © 2003–2021 Sakai Project. All rights reserved.