Class ElectionMode

  • All Implemented Interfaces:
    Serializable, Comparable<Object>, org.beangle.commons.entity.Entity<Integer>, org.beangle.commons.entity.TemporalOn

    @Entity(name="org.openurp.edu.base.code.model.ElectionMode")
    public class ElectionMode
    extends org.beangle.commons.entity.pojo.Code<Integer>
    选课方式
    Since:
    2009
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Integer Assigned
      指定
      static Integer Proxy
      代理选课
      static Integer Self
      自选
      • Fields inherited from class org.beangle.commons.entity.pojo.Code

        beginOn, code, endOn, enName, name, updatedAt
      • Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject

        id
    • Constructor Summary

      Constructors 
      Constructor Description
      ElectionMode()  
    • Method Summary

      • Methods inherited from class org.beangle.commons.entity.pojo.Code

        compareTo, getBeginOn, getCode, getEndOn, getEnName, getName, getUpdatedAt, hasExtPros, setBeginOn, setCode, setEndOn, setEnName, setName, setUpdatedAt, toString
      • Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject

        equals, getId, hashCode, isPersisted, isTransient, setId
    • Field Detail

      • Assigned

        public static final Integer Assigned
        指定
      • Self

        public static final Integer Self
        自选
      • Proxy

        public static final Integer Proxy
        代理选课
    • Constructor Detail

      • ElectionMode

        public ElectionMode()