public class EvaluationModel extends Object implements Serializable, 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 and 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) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Integer |
getAnonymousGrading() |
AssessmentBaseIfc |
getAssessmentBase() |
Integer |
getAutoScoring() |
String |
getEvaluationComponents() |
Integer |
getFixedTotalScore() |
Integer |
getGradeAvailable() |
Long |
getId() |
Integer |
getIsStudentIdPublic() |
String |
getNumericModelId() |
Integer |
getScoringType() |
String |
getToGradeBook() |
void |
setAnonymousGrading(Integer anonymousGrading) |
void |
setAssessmentBase(AssessmentBaseIfc assessmentBase) |
void |
setAutoScoring(Integer autoScoring) |
void |
setEvaluationComponents(String evaluationComponents) |
void |
setFixedTotalScore(Integer fixedTotalScore) |
void |
setGradeAvailable(Integer gradeAvailable) |
void |
setId(Long id) |
void |
setIsStudentIdPublic(Integer isStudentIdPublic) |
void |
setNumericModelId(String numericModelId) |
void |
setScoringType(Integer scoringType) |
void |
setToGradeBook(String toGradeBook) |
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic Long getId()
getId in interface EvaluationModelIfcpublic void setId(Long id)
setId in interface EvaluationModelIfcpublic void setAssessmentBase(AssessmentBaseIfc assessmentBase)
setAssessmentBase in interface EvaluationModelIfcpublic AssessmentBaseIfc getAssessmentBase()
getAssessmentBase in interface EvaluationModelIfcpublic String getEvaluationComponents()
getEvaluationComponents in interface EvaluationModelIfcpublic void setEvaluationComponents(String evaluationComponents)
setEvaluationComponents in interface EvaluationModelIfcpublic Integer getScoringType()
getScoringType in interface EvaluationModelIfcpublic void setScoringType(Integer scoringType)
setScoringType in interface EvaluationModelIfcpublic String getNumericModelId()
getNumericModelId in interface EvaluationModelIfcpublic void setNumericModelId(String numericModelId)
setNumericModelId in interface EvaluationModelIfcpublic Integer getFixedTotalScore()
getFixedTotalScore in interface EvaluationModelIfcpublic void setFixedTotalScore(Integer fixedTotalScore)
setFixedTotalScore in interface EvaluationModelIfcpublic Integer getGradeAvailable()
getGradeAvailable in interface EvaluationModelIfcpublic void setGradeAvailable(Integer gradeAvailable)
setGradeAvailable in interface EvaluationModelIfcpublic Integer getIsStudentIdPublic()
getIsStudentIdPublic in interface EvaluationModelIfcpublic void setAnonymousGrading(Integer anonymousGrading)
setAnonymousGrading in interface EvaluationModelIfcpublic Integer getAnonymousGrading()
getAnonymousGrading in interface EvaluationModelIfcpublic void setAutoScoring(Integer autoScoring)
setAutoScoring in interface EvaluationModelIfcpublic Integer getAutoScoring()
getAutoScoring in interface EvaluationModelIfcpublic void setIsStudentIdPublic(Integer isStudentIdPublic)
setIsStudentIdPublic in interface EvaluationModelIfcpublic String getToGradeBook()
getToGradeBook in interface EvaluationModelIfcpublic void setToGradeBook(String toGradeBook)
setToGradeBook in interface EvaluationModelIfcCopyright © 2003–2020 Sakai Project. All rights reserved.