org.sakaiproject.tool.assessment.ui.bean.questionpool
Class QuestionPoolShareBean
java.lang.Object
org.sakaiproject.tool.assessment.ui.bean.questionpool.QuestionPoolShareBean
- All Implemented Interfaces:
- Serializable
public class QuestionPoolShareBean
- extends Object
- implements Serializable
This holds question pool information.
Used to be org.navigoproject.ui.web.form.questionpool.QuestionPoolForm
- Author:
- Rachel Gollub , Lydia Li
$Id: QuestionPoolBean.java 46438 2008-05-14 22:05:27Z ktsao@stanford.edu $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuestionPoolShareBean
public QuestionPoolShareBean()
- Creates a new QuestionPoolShareBean object.
startSharePool
public String startSharePool()
sharePool
public String sharePool()
sortByColumnHeader
public String sortByColumnHeader()
sortAgentsWithAccess
public void sortAgentsWithAccess()
sortAgentsWithoutAccess
public void sortAgentsWithoutAccess()
getAgentsWithAccess
public Collection<AgentFacade> getAgentsWithAccess()
setAgentsWithAccess
public void setAgentsWithAccess(Collection<AgentFacade> agentsWithAccess)
getAgentsWithoutAccess
public Collection<AgentFacade> getAgentsWithoutAccess()
setAgentsWithoutAccess
public void setAgentsWithoutAccess(Collection<AgentFacade> agentsWithoutAccess)
getQuestionPoolOwnerId
public String getQuestionPoolOwnerId()
setQuestionPoolOwnerId
public void setQuestionPoolOwnerId(String questionPoolOwnerId)
getQuestionPoolId
public Long getQuestionPoolId()
setQuestionPoolId
public void setQuestionPoolId(Long questionPoolId)
getQuestionPoolName
public String getQuestionPoolName()
setQuestionPoolName
public void setQuestionPoolName(String questionPoolName)
setDestPools
public void setDestPools(String[] destPools)
getDestPools
public String[] getDestPools()
setSortPropertyWith
public void setSortPropertyWith(String sortPropertyWith)
getSortPropertyWith
public String getSortPropertyWith()
setSortAscendingWith
public void setSortAscendingWith(boolean sortAscendingWith)
isSortAscendingWith
public boolean isSortAscendingWith()
setSortPropertyWithout
public void setSortPropertyWithout(String sortPropertyWithout)
getSortPropertyWithout
public String getSortPropertyWithout()
setSortAscendingWithout
public void setSortAscendingWithout(boolean sortAscendingWithout)
isSortAscendingWithout
public boolean isSortAscendingWithout()
Copyright © 2005-2012 Sakai Project. All Rights Reserved.