@Entity public class PasswordChangeRequest extends DefaultBaseEntity
| Constructor and Description |
|---|
PasswordChangeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
UUID |
getUserId() |
void |
setCode(String code) |
void |
setUser(SecurityUser user) |
copyNonNullProperties, equals, fromJson, getCreatedDateTime, getDeletedDateTime, getId, getSqlHint, getUpdatedDateTime, hashCode, isDeleted, onPrePersist, onPreUpdate, setCreatedDateTime, setDeleted, setId, setUpdatedDateTime, toJsonclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsortByCreatedDateTimepublic UUID getUserId()
public void setUser(SecurityUser user)
public String getCode()
public void setCode(String code)
Copyright © 2018 Ajibot. All rights reserved.