Class ExamGroup

  • All Implemented Interfaces:
    Serializable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.exam.model.ExamGroup")
    public class ExamGroup
    extends org.beangle.commons.entity.pojo.LongIdObject
    See Also:
    Serialized Form
    • Field Detail

      • publishState

        public PublishState publishState
        排考结果是否发布
    • Constructor Detail

      • ExamGroup

        public ExamGroup()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getExamType

        public ExamType getExamType()
      • setExamType

        public void setExamType​(ExamType examType)
      • getProject

        public Project getProject()
      • setProject

        public void setProject​(Project project)
      • getSemester

        public Semester getSemester()
      • setSemester

        public void setSemester​(Semester semester)
      • getBeginOn

        public Date getBeginOn()
      • setBeginOn

        public void setBeginOn​(Date beginOn)
      • getEndOn

        public Date getEndOn()
      • setEndOn

        public void setEndOn​(Date endOn)
      • setPublishState

        public void setPublishState​(PublishState publishState)
      • getMinCourseConflictCount

        public int getMinCourseConflictCount()
      • setMinCourseConflictCount

        public void setMinCourseConflictCount​(int minCourseConflictCount)
      • getMaxCourseConflictRatio

        public float getMaxCourseConflictRatio()
      • setMaxCourseConflictRatio

        public void setMaxCourseConflictRatio​(float maxCourseConflictRatio)
      • getDates

        public List<Date> getDates()
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • setAllocSetting

        public void setAllocSetting​(RoomAllocSetting allocSetting)
      • isAllowInClass

        public boolean isAllowInClass()
      • setAllowInClass

        public void setAllowInClass​(boolean allowInClass)