public class QuestionPoolItemData extends Object implements Serializable, QuestionPoolItemIfc
| Constructor and Description |
|---|
QuestionPoolItemData() |
QuestionPoolItemData(ItemData itemData,
QuestionPoolData questionPoolData) |
QuestionPoolItemData(Long questionPoolId,
Long itemId) |
QuestionPoolItemData(Long questionPoolId,
Long itemId,
ItemData itemData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object questionPoolItem) |
Long |
getItemId() |
Long |
getQuestionPoolId() |
int |
hashCode() |
void |
setItemId(Long itemId) |
void |
setQuestionPoolId(Long questionPoolId) |
public QuestionPoolItemData()
public QuestionPoolItemData(Long questionPoolId, Long itemId, ItemData itemData)
public QuestionPoolItemData(ItemData itemData, QuestionPoolData questionPoolData)
public Long getQuestionPoolId()
getQuestionPoolId in interface QuestionPoolItemIfcpublic void setQuestionPoolId(Long questionPoolId)
setQuestionPoolId in interface QuestionPoolItemIfcpublic Long getItemId()
getItemId in interface QuestionPoolItemIfcpublic void setItemId(Long itemId)
setItemId in interface QuestionPoolItemIfcCopyright © 2003–2021 Sakai Project. All rights reserved.