public class QuestionPoolData extends Object implements Serializable, 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(QuestionPoolItemIfc questionPoolItem) |
Object |
clone() |
TypeIfc |
getAccessType() |
Long |
getAccessTypeId()
DOCUMENTATION PENDING
|
Date |
getDateCreated()
DOCUMENTATION PENDING
|
String |
getDescription() |
Long |
getIntellectualPropertyId()
DOCUMENTATION PENDING
|
String |
getKeywords()
DOCUMENTATION PENDING
|
Date |
getLastModified()
DOCUMENTATION PENDING
|
AgentDataIfc |
getLastModifiedBy() |
String |
getLastModifiedById() |
String |
getObjectives()
DOCUMENTATION PENDING
|
String |
getOrganizationName()
DOCUMENTATION PENDING
|
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() |
TypeIfc |
getType() |
Long |
getTypeId() |
void |
setAccessType(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(AgentDataIfc lastModifiedBy) |
void |
setLastModifiedById(String lastModifiedById) |
void |
setObjectives(String objectives)
DOCUMENTATION PENDING
|
void |
setOrganizationName(String organizationName)
DOCUMENTATION PENDING
|
void |
setOwner(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(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 QuestionPoolDataIfcpublic void setQuestionPoolId(Long questionPoolId)
setQuestionPoolId in interface QuestionPoolDataIfcpublic String getTitle()
getTitle in interface QuestionPoolDataIfcpublic void setTitle(String title)
setTitle in interface QuestionPoolDataIfcpublic String getDescription()
getDescription in interface QuestionPoolDataIfcpublic void setDescription(String description)
setDescription in interface QuestionPoolDataIfcpublic Long getParentPoolId()
getParentPoolId in interface QuestionPoolDataIfcpublic void setParentPoolId(Long parentPoolId)
setParentPoolId in interface QuestionPoolDataIfcpublic String getOwnerId()
getOwnerId in interface QuestionPoolDataIfcpublic void setOwnerId(String ownerId)
setOwnerId in interface QuestionPoolDataIfcpublic AgentDataIfc getOwner()
getOwner in interface QuestionPoolDataIfcpublic void setOwner(AgentDataIfc owner)
setOwner in interface QuestionPoolDataIfcpublic Date getDateCreated()
getDateCreated in interface QuestionPoolDataIfcpublic void setDateCreated(Date dateCreated)
setDateCreated in interface QuestionPoolDataIfcdateCreated - DOCUMENTATION PENDINGpublic Date getLastModified()
getLastModified in interface QuestionPoolDataIfcpublic void setLastModified(Date lastModified)
setLastModified in interface QuestionPoolDataIfclastModified - DOCUMENTATION PENDINGpublic String getLastModifiedById()
getLastModifiedById in interface QuestionPoolDataIfcpublic void setLastModifiedById(String lastModifiedById)
setLastModifiedById in interface QuestionPoolDataIfcpublic AgentDataIfc getLastModifiedBy()
getLastModifiedBy in interface QuestionPoolDataIfcpublic void setLastModifiedBy(AgentDataIfc lastModifiedBy)
setLastModifiedBy in interface QuestionPoolDataIfcpublic Long getAccessTypeId()
getAccessTypeId in interface QuestionPoolDataIfcpublic void setAccessTypeId(Long accessTypeId)
setAccessTypeId in interface QuestionPoolDataIfcpublic TypeIfc getAccessType()
getAccessType in interface QuestionPoolDataIfcpublic void setAccessType(TypeIfc accessType)
setAccessType in interface QuestionPoolDataIfcpublic String getObjectives()
getObjectives in interface QuestionPoolDataIfcpublic void setObjectives(String objectives)
setObjectives in interface QuestionPoolDataIfcobjectives - DOCUMENTATION PENDINGpublic String getKeywords()
getKeywords in interface QuestionPoolDataIfcpublic void setKeywords(String keywords)
setKeywords in interface QuestionPoolDataIfcnewKeywords - DOCUMENTATION PENDINGpublic String getRubric()
getRubric in interface QuestionPoolDataIfcpublic void setRubric(String rubric)
setRubric in interface QuestionPoolDataIfcrubric - DOCUMENTATION PENDINGpublic Long getTypeId()
getTypeId in interface QuestionPoolDataIfcpublic void setTypeId(Long typeId)
setTypeId in interface QuestionPoolDataIfcpublic TypeIfc getType()
getType in interface QuestionPoolDataIfcpublic void setType(TypeIfc type)
setType in interface QuestionPoolDataIfcpublic Long getIntellectualPropertyId()
getIntellectualPropertyId in interface QuestionPoolDataIfcpublic void setIntellectualPropertyId(Long intellectualPropertyId)
setIntellectualPropertyId in interface QuestionPoolDataIfcintellectualProperty - DOCUMENTATION PENDINGpublic void setIntellectualProperty(String intellectualProperty)
public String getOrganizationName()
getOrganizationName in interface QuestionPoolDataIfcpublic void setOrganizationName(String organizationName)
setOrganizationName in interface QuestionPoolDataIfcorganizationName - DOCUMENTATION PENDINGpublic Set getQuestionPoolItems()
getQuestionPoolItems in interface QuestionPoolDataIfcpublic void setQuestionPoolItems(Set questionPoolItems)
setQuestionPoolItems in interface QuestionPoolDataIfcpublic void addQuestionPoolItem(QuestionPoolItemIfc questionPoolItem)
addQuestionPoolItem in interface QuestionPoolDataIfcpublic Collection getQuestions()
getQuestions in interface QuestionPoolDataIfcpublic void setQuestions(Collection items)
setQuestions in interface QuestionPoolDataIfcnewItems - DOCUMENTATION PENDINGpublic Integer getQuestionSize()
getQuestionSize in interface QuestionPoolDataIfcpublic void setSubPoolSize(Integer subPoolSize)
setSubPoolSize in interface QuestionPoolDataIfcpublic Integer getSubPoolSize()
getSubPoolSize in interface QuestionPoolDataIfcpublic Object clone()
clone in interface QuestionPoolDataIfcclone in class Objectpublic Integer getQuestionPoolItemSize()
Copyright © 2005-2014 Sakai Project. All Rights Reserved.