public class PublishedEvaluationModel extends Object implements Serializable, org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfc
| Constructor and Description |
|---|
PublishedEvaluationModel()
Creates a new SubmissionModel object.
|
PublishedEvaluationModel(String evaluationComponents,
Integer scoringType,
String numericModelId,
Integer fixedTotalScore,
Integer gradeAvailable,
Integer isStudentIdPublic,
Integer anonymousGrading,
Integer autoScoring,
String toGradeBook) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAnonymousGrading() |
org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentIfc |
getAssessment() |
org.sakaiproject.tool.assessment.data.ifc.assessment.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 |
setAssessment(org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentIfc assessment) |
void |
setAssessmentBase(org.sakaiproject.tool.assessment.data.ifc.assessment.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 PublishedEvaluationModel()
public Long getId()
getId in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setId(Long id)
setId in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setAssessment(org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentIfc assessment)
public org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentIfc getAssessment()
public void setAssessmentBase(org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentBaseIfc assessmentBase)
setAssessmentBase in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentBaseIfc getAssessmentBase()
getAssessmentBase in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic String getEvaluationComponents()
getEvaluationComponents in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setEvaluationComponents(String evaluationComponents)
setEvaluationComponents in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic Integer getScoringType()
getScoringType in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setScoringType(Integer scoringType)
setScoringType in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic String getNumericModelId()
getNumericModelId in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setNumericModelId(String numericModelId)
setNumericModelId in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic Integer getFixedTotalScore()
getFixedTotalScore in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setFixedTotalScore(Integer fixedTotalScore)
setFixedTotalScore in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic Integer getGradeAvailable()
getGradeAvailable in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setGradeAvailable(Integer gradeAvailable)
setGradeAvailable in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic Integer getIsStudentIdPublic()
getIsStudentIdPublic in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setAnonymousGrading(Integer anonymousGrading)
setAnonymousGrading in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic Integer getAnonymousGrading()
getAnonymousGrading in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setAutoScoring(Integer autoScoring)
setAutoScoring in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic Integer getAutoScoring()
getAutoScoring in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setIsStudentIdPublic(Integer isStudentIdPublic)
setIsStudentIdPublic in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic String getToGradeBook()
getToGradeBook in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcpublic void setToGradeBook(String toGradeBook)
setToGradeBook in interface org.sakaiproject.tool.assessment.data.ifc.assessment.EvaluationModelIfcCopyright © 2005-2014 Sakai Project. All Rights Reserved.