org.sakaiproject.tool.assessment.ui.bean.author
Class AssessmentBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.author.AssessmentBean
All Implemented Interfaces:
Serializable

public class AssessmentBean
extends Object
implements Serializable

Author:
rshastri To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments Used to be org.navigoproject.ui.web.asi.author.assessment.AssessmentActionForm.java
See Also:
Serialized Form

Constructor Summary
AssessmentBean()
           
 
Method Summary
 AssessmentIfc getAssessment()
           
 String getAssessmentId()
           
 String getFirstSectionId()
           
 boolean getHasGradingData()
           
 boolean getHasRandomDrawPart()
           
 boolean getHasSubmission()
           
 javax.faces.model.SelectItem[] getItemTypes()
           
 String getNewQuestionTypeId()
           
 ArrayList getOtherSectionList()
           
 ArrayList getPartNumbers()
           
 int getQuestionSize()
           
 ArrayList getSectionList()
           
 ArrayList getSections()
           
 boolean getShowPrintAssessment()
           
 boolean getShowPrintLink()
           
 String getTitle()
           
 float getTotalScore()
           
 void setAssessment(AssessmentIfc assessment)
           
 void setAssessmentId(String assessmentId)
           
 void setFirstSectionId(String firstSectionId)
           
 void setHasGradingData(boolean hasGradingData)
           
 void setHasRandomDrawPart(boolean param)
           
 void setHasSubmission(boolean hasSubmission)
           
 void setNewQuestionTypeId(String newQuestionTypeId)
           
 void setOtherSectionList(ArrayList list)
           
 void setPartNumbers()
           
 void setQuestionSizeAndTotalScore()
           
 void setSectionList(ArrayList list)
          This set a list of SelectItem (sectionId, title) for selection box
 void setSections(ArrayList sections)
           
 void setShowPrintAssessment(boolean showPrintAssessment)
           
 void setShowPrintLink(boolean showPrintLink)
           
 void setTitle(String title)
           
 void setTotalScore(float totalScore)
           
 int updateRandomPoolQuestions(String sectionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssessmentBean

public AssessmentBean()
Method Detail

getAssessment

public AssessmentIfc getAssessment()

setAssessment

public void setAssessment(AssessmentIfc assessment)

getAssessmentId

public String getAssessmentId()

setAssessmentId

public void setAssessmentId(String assessmentId)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getSections

public ArrayList getSections()

setSections

public void setSections(ArrayList sections)

getPartNumbers

public ArrayList getPartNumbers()

setPartNumbers

public void setPartNumbers()

getQuestionSize

public int getQuestionSize()

setQuestionSizeAndTotalScore

public void setQuestionSizeAndTotalScore()

updateRandomPoolQuestions

public int updateRandomPoolQuestions(String sectionId)

getTotalScore

public float getTotalScore()

setTotalScore

public void setTotalScore(float totalScore)

getNewQuestionTypeId

public String getNewQuestionTypeId()

setNewQuestionTypeId

public void setNewQuestionTypeId(String newQuestionTypeId)

getItemTypes

public javax.faces.model.SelectItem[] getItemTypes()

setSectionList

public void setSectionList(ArrayList list)
This set a list of SelectItem (sectionId, title) for selection box

Parameters:
list -

getSectionList

public ArrayList getSectionList()

getFirstSectionId

public String getFirstSectionId()

setFirstSectionId

public void setFirstSectionId(String firstSectionId)
Parameters:
string - the title

getOtherSectionList

public ArrayList getOtherSectionList()

setOtherSectionList

public void setOtherSectionList(ArrayList list)

getHasRandomDrawPart

public boolean getHasRandomDrawPart()

setHasRandomDrawPart

public void setHasRandomDrawPart(boolean param)

getShowPrintLink

public boolean getShowPrintLink()

setShowPrintLink

public void setShowPrintLink(boolean showPrintLink)

getHasGradingData

public boolean getHasGradingData()

setHasGradingData

public void setHasGradingData(boolean hasGradingData)

getHasSubmission

public boolean getHasSubmission()

setHasSubmission

public void setHasSubmission(boolean hasSubmission)

getShowPrintAssessment

public boolean getShowPrintAssessment()

setShowPrintAssessment

public void setShowPrintAssessment(boolean showPrintAssessment)


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