Class RoomAllocSetting

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

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

      • minOccupyRatio

        public float minOccupyRatio
      • minCapacity

        public int minCapacity
    • Constructor Detail

      • RoomAllocSetting

        public RoomAllocSetting()
    • Method Detail

      • getProject

        public Project getProject()
      • setProject

        public void setProject​(Project project)
      • getExamType

        public ExamType getExamType()
      • setExamType

        public void setExamType​(ExamType examType)
      • getMinOccupyRatio

        public float getMinOccupyRatio()
      • setMinOccupyRatio

        public void setMinOccupyRatio​(float minOccupyRatio)
      • getMinCapacity

        public int getMinCapacity()
      • setMinCapacity

        public void setMinCapacity​(int minCapacity)
      • setAllocPolicy

        public void setAllocPolicy​(RoomAllocPolicy allocPolicy)
      • getName

        public String getName()
      • setName

        public void setName​(String name)