Class QuestionPoolAccessData
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.questionpool.QuestionPoolAccessData
-
- All Implemented Interfaces:
Serializable
public class QuestionPoolAccessData extends Object implements Serializable
DOCUMENTATION PENDING- Version:
- $Id$
- Author:
- $author$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuestionPoolAccessData()QuestionPoolAccessData(Long questionPoolId, String agentId, Long accessTypeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object questionPoolAccess)LonggetAccessTypeId()StringgetAgentId()LonggetQuestionPoolId()inthashCode()voidsetAccessTypeId(Long accessTypeId)voidsetAgentId(String agentId)voidsetQuestionPoolId(Long questionPoolId)
-
-
-
Method Detail
-
getQuestionPoolId
public Long getQuestionPoolId()
-
setQuestionPoolId
public void setQuestionPoolId(Long questionPoolId)
-
getAgentId
public String getAgentId()
-
setAgentId
public void setAgentId(String agentId)
-
getAccessTypeId
public Long getAccessTypeId()
-
setAccessTypeId
public void setAccessTypeId(Long accessTypeId)
-
-