Class EvaluationModel
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.EvaluationModel
-
- All Implemented Interfaces:
Serializable,EvaluationModelIfc
public class EvaluationModel extends Object implements Serializable, EvaluationModelIfc
This keeps track of the submission scheme, and the number allowed.- Author:
- Rachel Gollub
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfc
ALL_SCORE, ANONYMOUS_GRADING, AVERAGE_SCORE, GRADEBOOK_NOT_AVAILABLE, HIGHEST_SCORE, LAST_SCORE, NON_ANONYMOUS_GRADING, NOT_TO_GRADEBOOK, TO_DEFAULT_GRADEBOOK, TO_SELECTED_GRADEBOOK
-
-
Constructor Summary
Constructors Constructor Description EvaluationModel()Creates a new SubmissionModel object.EvaluationModel(String evaluationComponents, Integer scoringType, String numericModelId, Integer fixedTotalScore, Integer gradeAvailable, Integer isStudentIdPublic, Integer anonymousGrading, Integer autoScoring, String toGradeBook)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()IntegergetAnonymousGrading()AssessmentBaseIfcgetAssessmentBase()IntegergetAutoScoring()StringgetEvaluationComponents()IntegergetFixedTotalScore()IntegergetGradeAvailable()LonggetId()IntegergetIsStudentIdPublic()StringgetNumericModelId()IntegergetScoringType()StringgetToGradeBook()voidsetAnonymousGrading(Integer anonymousGrading)voidsetAssessmentBase(AssessmentBaseIfc assessmentBase)voidsetAutoScoring(Integer autoScoring)voidsetEvaluationComponents(String evaluationComponents)voidsetFixedTotalScore(Integer fixedTotalScore)voidsetGradeAvailable(Integer gradeAvailable)voidsetId(Long id)voidsetIsStudentIdPublic(Integer isStudentIdPublic)voidsetNumericModelId(String numericModelId)voidsetScoringType(Integer scoringType)voidsetToGradeBook(String toGradeBook)
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getId
public Long getId()
- Specified by:
getIdin interfaceEvaluationModelIfc
-
setId
public void setId(Long id)
- Specified by:
setIdin interfaceEvaluationModelIfc
-
setAssessmentBase
public void setAssessmentBase(AssessmentBaseIfc assessmentBase)
- Specified by:
setAssessmentBasein interfaceEvaluationModelIfc
-
getAssessmentBase
public AssessmentBaseIfc getAssessmentBase()
- Specified by:
getAssessmentBasein interfaceEvaluationModelIfc
-
getEvaluationComponents
public String getEvaluationComponents()
- Specified by:
getEvaluationComponentsin interfaceEvaluationModelIfc
-
setEvaluationComponents
public void setEvaluationComponents(String evaluationComponents)
- Specified by:
setEvaluationComponentsin interfaceEvaluationModelIfc
-
getScoringType
public Integer getScoringType()
- Specified by:
getScoringTypein interfaceEvaluationModelIfc
-
setScoringType
public void setScoringType(Integer scoringType)
- Specified by:
setScoringTypein interfaceEvaluationModelIfc
-
getNumericModelId
public String getNumericModelId()
- Specified by:
getNumericModelIdin interfaceEvaluationModelIfc
-
setNumericModelId
public void setNumericModelId(String numericModelId)
- Specified by:
setNumericModelIdin interfaceEvaluationModelIfc
-
getFixedTotalScore
public Integer getFixedTotalScore()
- Specified by:
getFixedTotalScorein interfaceEvaluationModelIfc
-
setFixedTotalScore
public void setFixedTotalScore(Integer fixedTotalScore)
- Specified by:
setFixedTotalScorein interfaceEvaluationModelIfc
-
getGradeAvailable
public Integer getGradeAvailable()
- Specified by:
getGradeAvailablein interfaceEvaluationModelIfc
-
setGradeAvailable
public void setGradeAvailable(Integer gradeAvailable)
- Specified by:
setGradeAvailablein interfaceEvaluationModelIfc
-
getIsStudentIdPublic
public Integer getIsStudentIdPublic()
- Specified by:
getIsStudentIdPublicin interfaceEvaluationModelIfc
-
setAnonymousGrading
public void setAnonymousGrading(Integer anonymousGrading)
- Specified by:
setAnonymousGradingin interfaceEvaluationModelIfc
-
getAnonymousGrading
public Integer getAnonymousGrading()
- Specified by:
getAnonymousGradingin interfaceEvaluationModelIfc
-
setAutoScoring
public void setAutoScoring(Integer autoScoring)
- Specified by:
setAutoScoringin interfaceEvaluationModelIfc
-
getAutoScoring
public Integer getAutoScoring()
- Specified by:
getAutoScoringin interfaceEvaluationModelIfc
-
setIsStudentIdPublic
public void setIsStudentIdPublic(Integer isStudentIdPublic)
- Specified by:
setIsStudentIdPublicin interfaceEvaluationModelIfc
-
getToGradeBook
public String getToGradeBook()
- Specified by:
getToGradeBookin interfaceEvaluationModelIfc
-
setToGradeBook
public void setToGradeBook(String toGradeBook)
- Specified by:
setToGradeBookin interfaceEvaluationModelIfc
-
-