Package org.openurp.base.model
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 Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetBeginOn()UserCategorygetCategory()StringgetCode()DepartmentgetDepartment()StringgetEmail()DategetEndOn()StringgetEnName()StringgetMobile()StringgetName()SchoolgetSchool()DategetUpdatedAt()booleanisCategory(int categoryId)voidsetBeginOn(Date beginOn)voidsetCategory(UserCategory category)voidsetCode(String code)voidsetDepartment(Department department)voidsetEmail(String email)voidsetEndOn(Date endOn)voidsetEnName(String enName)voidsetMobile(String mobile)voidsetName(String name)voidsetSchool(School school)voidsetUpdatedAt(Date updatedAt)
-
-
-
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)
-
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)
-
-