Interface QuestionPoolDataIfc
-
- All Superinterfaces:
Cloneable,Serializable
public interface QuestionPoolDataIfc extends Serializable, Cloneable
- Version:
- $Id$
-
-
Method Summary
-
-
-
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(Long subPoolSize)
-
getSubPoolSize
Long getSubPoolSize()
-
clone
Object clone()
-
-