public class QuestionPoolAccessData extends Object implements Serializable
| Constructor and Description |
|---|
QuestionPoolAccessData() |
QuestionPoolAccessData(Long questionPoolId,
String agentId,
Long accessTypeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object questionPoolAccess) |
Long |
getAccessTypeId() |
String |
getAgentId() |
Long |
getQuestionPoolId() |
int |
hashCode() |
void |
setAccessTypeId(Long accessTypeId) |
void |
setAgentId(String agentId) |
void |
setQuestionPoolId(Long questionPoolId) |
public Long getQuestionPoolId()
public void setQuestionPoolId(Long questionPoolId)
public String getAgentId()
public void setAgentId(String agentId)
public Long getAccessTypeId()
public void setAccessTypeId(Long accessTypeId)
Copyright © 2005–2018 Sakai Project. All rights reserved.