@MappedSuperclass public abstract class AbstractPersonAccountEntity<J extends AbstractPositionEntity> extends AbstractEntity implements AuthorizableEntity, CanLoginEntity
DEFAULT_ORDER| 构造器和说明 |
|---|
AbstractPersonAccountEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthCodeKey() |
Calendar |
getAuthCodeKeyActiveTime() |
String |
getBirthDay() |
String |
getCellphone() |
String |
getCode() |
String |
getEmail() |
String |
getIdCardNo() |
String |
getPassword() |
Set<J> |
getPositions() |
Set<String> |
getRoles() |
Integer |
getSex() |
void |
setAuthCodeKey(String authCodeKey) |
void |
setAuthCodeKeyActiveTime(Calendar authCodeKeyActiveTime) |
void |
setBirthDay(String birthDay) |
void |
setCellphone(String cellphone) |
void |
setCode(String code) |
void |
setEmail(String email) |
void |
setIdCardNo(String idCardNo) |
void |
setPassword(String password) |
void |
setPositions(Set<J> positions) |
void |
setRoles(Set<String> roles) |
void |
setSex(Integer sex) |
getCreated, getDisplayOrder, getId, getName, getTenant, setCreated, setDisplayOrder, setId, setName, setTenantclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getNamepublic String getBirthDay()
public void setBirthDay(String birthDay)
public Integer getSex()
public void setSex(Integer sex)
public String getIdCardNo()
public void setIdCardNo(String idCardNo)
public String getCellphone()
public void setCellphone(String cellphone)
public String getEmail()
public void setEmail(String email)
public String getCode()
public void setCode(String code)
public Set<String> getRoles()
getRoles 在接口中 AuthorizableEntitypublic void setRoles(Set<String> roles)
setRoles 在接口中 AuthorizableEntitypublic String getPassword()
getPassword 在接口中 CanLoginEntitypublic void setPassword(String password)
setPassword 在接口中 CanLoginEntitypublic String getAuthCodeKey()
getAuthCodeKey 在接口中 CanLoginEntitypublic void setAuthCodeKey(String authCodeKey)
setAuthCodeKey 在接口中 CanLoginEntitypublic Calendar getAuthCodeKeyActiveTime()
getAuthCodeKeyActiveTime 在接口中 CanLoginEntitypublic void setAuthCodeKeyActiveTime(Calendar authCodeKeyActiveTime)
setAuthCodeKeyActiveTime 在接口中 CanLoginEntityCopyright © 2018. All rights reserved.