Class School

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

    @Entity(name="org.openurp.base.model.School")
    public class School
    extends org.beangle.commons.entity.pojo.IntegerIdObject
    学校信息
    Since:
    2011-10-19
    See Also:
    Serialized Form
    • Field Detail

      • beginOn

        @NotNull
        protected Date beginOn
        生效时间
      • endOn

        protected Date endOn
        失效时间
    • Constructor Detail

      • School

        public School()
    • Method Detail

      • getName

        public String getName()
      • getEnName

        public String getEnName()
      • setCode

        public void setCode​(String code)
      • getCode

        public String getCode()
      • setInstitution

        public void setInstitution​(Institution institution)
      • getLogoUrl

        public String getLogoUrl()
      • setLogoUrl

        public void setLogoUrl​(String logoUrl)
      • getShortName

        public String getShortName()
      • setShortName

        public void setShortName​(String shortName)
      • getBeginOn

        public Date getBeginOn()
      • setBeginOn

        public void setBeginOn​(Date beginOn)
      • getEndOn

        public Date getEndOn()
      • setEndOn

        public void setEndOn​(Date endOn)