Class CourseGradeSetting
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.openurp.base.model.NumberIdTimeObject<ID>
org.openurp.base.edu.model.ProjectBasedObject<Long>
org.openurp.edu.grade.course.model.CourseGradeSetting
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,ProjectBasedEntity<Long>
public class CourseGradeSetting extends ProjectBasedObject<Long>
课程成绩配置
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description CourseGradeSetting()CourseGradeSetting(Project project) -
Method Summary
Modifier and Type Method Description Set<ExamStatus>getEmptyScoreStatuses()List<GradeType>getGaElementTypes()Set<ExamStatus>getNoMakeupExamStatuses()Set<CourseTakeType>getNoMakeupTakeTypes()booleanisSubmitIsPublish()是否提交即发布voidsetEmptyScoreStatuses(Set<ExamStatus> emptyScoreStatuses)voidsetGaElementTypes(List<GradeType> gaElementTypes)voidsetNoMakeupExamStatuses(Set<ExamStatus> noMakeupExamStatuses)voidsetNoMakeupTakeTypes(Set<CourseTakeType> noMakeupTakeTypes)voidsetSubmitIsPublish(boolean submitIsPublish)Methods inherited from class org.openurp.base.edu.model.ProjectBasedObject
getProject, setProjectMethods inherited from class org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setIdMethods inherited from interface org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
Constructor Details
-
CourseGradeSetting
public CourseGradeSetting() -
CourseGradeSetting
-
-
Method Details
-
getNoMakeupExamStatuses
-
setNoMakeupExamStatuses
-
getNoMakeupTakeTypes
-
setNoMakeupTakeTypes
-
getGaElementTypes
-
setGaElementTypes
-
getEmptyScoreStatuses
-
setEmptyScoreStatuses
-
isSubmitIsPublish
public boolean isSubmitIsPublish()是否提交即发布- Returns:
-
setSubmitIsPublish
public void setSubmitIsPublish(boolean submitIsPublish)
-