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 $

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

Method Detail

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.