Class CourseGradeSetting
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
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>
课程成绩配置
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean是否提交即发布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.beangle.commons.entity.pojo.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)
-