@MappedSuperclass public abstract class AbstractPersonAccountEntity<J extends AbstractPositionEntity> extends AbstractEntity implements AuthorizableEntity, CanLoginEntity
DEFAULT_ORDER| Constructor and Description |
|---|
AbstractPersonAccountEntity() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface AuthorizableEntitypublic void setRoles(Set<String> roles)
setRoles in interface AuthorizableEntitypublic String getPassword()
getPassword in interface CanLoginEntitypublic void setPassword(String password)
setPassword in interface CanLoginEntitypublic String getAuthCodeKey()
getAuthCodeKey in interface CanLoginEntitypublic void setAuthCodeKey(String authCodeKey)
setAuthCodeKey in interface CanLoginEntitypublic Calendar getAuthCodeKeyActiveTime()
getAuthCodeKeyActiveTime in interface CanLoginEntitypublic void setAuthCodeKeyActiveTime(Calendar authCodeKeyActiveTime)
setAuthCodeKeyActiveTime in interface CanLoginEntityCopyright © 2018. All rights reserved.