Class User

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.model.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 Details

    • User

      public User()
  • Method Details

    • getGender

      public Gender getGender()
    • setGender

      public void setGender​(Gender gender)
    • 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)
    • getCategory

      public UserCategory getCategory()
    • 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)