org.sakaiproject.tool.assessment.data.dao.questionpool
Class QuestionPoolAccessData

java.lang.Object
  extended by 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

Constructor Summary
QuestionPoolAccessData()
           
QuestionPoolAccessData(Long questionPoolId, String agentId, Long accessTypeId)
           
 
Method Summary
 boolean equals(Object questionPoolAccess)
           
 Long getAccessTypeId()
           
 String getAgentId()
           
 Long getQuestionPoolId()
           
 int hashCode()
           
 void setAccessTypeId(Long accessTypeId)
           
 void setAgentId(String agentId)
           
 void setQuestionPoolId(Long questionPoolId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionPoolAccessData

public QuestionPoolAccessData()

QuestionPoolAccessData

public QuestionPoolAccessData(Long questionPoolId,
                              String agentId,
                              Long accessTypeId)
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)

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.