org.sakaiproject.tool.assessment.data.dao.questionpool
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: QuestionPoolAccessData.java 59684 2009-04-03 23:33:27Z arwhyte@umich.edu $
- Author:
- $author$
- See Also:
- Serialized Form
QuestionPoolAccessData
public QuestionPoolAccessData()
QuestionPoolAccessData
public QuestionPoolAccessData(Long questionPoolId,
String agentId,
Long accessTypeId)
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)
equals
public boolean equals(Object questionPoolAccess)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2005-2012 Sakai Project. All Rights Reserved.