Class ElectionMode

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

    @Entity(name="org.openurp.code.edu.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 int Assigned
      指定
      static int Proxy
      代理选课
      static int 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
    • 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
    • Constructor Detail

      • ElectionMode

        public ElectionMode​(int id)
      • ElectionMode

        public ElectionMode()