Class QuestionPoolItemData

  • All Implemented Interfaces:
    Serializable, org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc

    public class QuestionPoolItemData
    extends Object
    implements Serializable, org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc
    Version:
    $Id$
    Author:
    $author$
    See Also:
    Serialized Form
    • Constructor Detail

      • QuestionPoolItemData

        public QuestionPoolItemData()
      • QuestionPoolItemData

        public QuestionPoolItemData​(Long questionPoolId,
                                    Long itemId)
      • QuestionPoolItemData

        public QuestionPoolItemData​(Long questionPoolId,
                                    Long itemId,
                                    ItemData itemData)
    • Method Detail

      • getQuestionPoolId

        public Long getQuestionPoolId()
        Specified by:
        getQuestionPoolId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc
      • setQuestionPoolId

        public void setQuestionPoolId​(Long questionPoolId)
        Specified by:
        setQuestionPoolId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc
      • getItemId

        public Long getItemId()
        Specified by:
        getItemId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc
      • setItemId

        public void setItemId​(Long itemId)
        Specified by:
        setItemId in interface org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolItemIfc
      • equals

        public boolean equals​(Object questionPoolItem)
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object