org.sakaiproject.tool.assessment.data.ifc.questionpool
Interface QuestionPoolItemIfc


public interface QuestionPoolItemIfc

Simple interface for question pool items.


Method Summary
 String getItemId()
           
 Long getQuestionPoolId()
           
 void setItemId(String itemId)
           
 void setQuestionPoolId(Long questionPoolId)
           
 

Method Detail

getItemId

String getItemId()

setItemId

void setItemId(String itemId)

getQuestionPoolId

Long getQuestionPoolId()

setQuestionPoolId

void setQuestionPoolId(Long questionPoolId)


Copyright © 2005-2012 Sakai Project. All Rights Reserved.