org.sakaiproject.tool.assessment.data.ifc.questionpool
Interface QuestionPoolDataIfc
- All Superinterfaces:
- Cloneable, Serializable
public interface QuestionPoolDataIfc
- extends Serializable, Cloneable
- Version:
- $Id: QuestionPoolDataIfc.java 59684 2009-04-03 23:33:27Z arwhyte@umich.edu $
getQuestionPoolId
Long getQuestionPoolId()
setQuestionPoolId
void setQuestionPoolId(Long questionPoolId)
getTitle
String getTitle()
setTitle
void setTitle(String title)
getDescription
String getDescription()
setDescription
void setDescription(String description)
getParentPoolId
Long getParentPoolId()
setParentPoolId
void setParentPoolId(Long parentPoolId)
getOwnerId
String getOwnerId()
setOwnerId
void setOwnerId(String ownerId)
getOwner
AgentDataIfc getOwner()
setOwner
void setOwner(AgentDataIfc owner)
getDateCreated
Date getDateCreated()
setDateCreated
void setDateCreated(Date dateCreated)
getLastModified
Date getLastModified()
setLastModified
void setLastModified(Date lastModified)
getLastModifiedById
String getLastModifiedById()
setLastModifiedById
void setLastModifiedById(String lastModifiedById)
getLastModifiedBy
AgentDataIfc getLastModifiedBy()
setLastModifiedBy
void setLastModifiedBy(AgentDataIfc lastModifiedBy)
getAccessTypeId
Long getAccessTypeId()
setAccessTypeId
void setAccessTypeId(Long accessTypeId)
getAccessType
TypeIfc getAccessType()
setAccessType
void setAccessType(TypeIfc accessType)
getObjectives
String getObjectives()
setObjectives
void setObjectives(String objectives)
getKeywords
String getKeywords()
setKeywords
void setKeywords(String keywords)
getRubric
String getRubric()
setRubric
void setRubric(String rubric)
getTypeId
Long getTypeId()
setTypeId
void setTypeId(Long typeId)
getType
TypeIfc getType()
setType
void setType(TypeIfc type)
getIntellectualPropertyId
Long getIntellectualPropertyId()
setIntellectualPropertyId
void setIntellectualPropertyId(Long intellectualPropertyId)
getOrganizationName
String getOrganizationName()
setOrganizationName
void setOrganizationName(String organizationName)
getQuestionPoolItems
Set getQuestionPoolItems()
setQuestionPoolItems
void setQuestionPoolItems(Set questionPoolItems)
addQuestionPoolItem
void addQuestionPoolItem(QuestionPoolItemIfc questionPoolItem)
getQuestions
Collection getQuestions()
setQuestions
void setQuestions(Collection items)
getQuestionSize
Integer getQuestionSize()
setSubPoolSize
void setSubPoolSize(Integer subPoolSize)
getSubPoolSize
Integer getSubPoolSize()
clone
Object clone()
Copyright © 2005-2013 Sakai Project. All Rights Reserved.