Class User

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

    @Entity(name="org.openurp.base.model.User")
    public class User
    extends org.beangle.commons.entity.pojo.LongIdObject
    See Also:
    Serialized Form
    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getSchool

        public School getSchool()
      • setSchool

        public void setSchool​(School school)
      • getCode

        public String getCode()
      • setCode

        public void setCode​(String code)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getEnName

        public String getEnName()
      • setEnName

        public void setEnName​(String enName)
      • getDepartment

        public Department getDepartment()
      • setDepartment

        public void setDepartment​(Department department)
      • getEmail

        public String getEmail()
      • setEmail

        public void setEmail​(String email)
      • getMobile

        public String getMobile()
      • setMobile

        public void setMobile​(String mobile)
      • setCategory

        public void setCategory​(UserCategory category)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • getBeginOn

        public Date getBeginOn()
      • setBeginOn

        public void setBeginOn​(Date beginOn)
      • getEndOn

        public Date getEndOn()
      • setEndOn

        public void setEndOn​(Date endOn)
      • isCategory

        public boolean isCategory​(int categoryId)