public class HumanUserUpdate extends AbstractHumanUserUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
emailAddress, firstname, language, lastname, mobilePhoneNumber, state, timeZone, twoFactorEnabled| Constructor and Description |
|---|
HumanUserUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
HumanUserUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
HumanUserUpdate |
version(Long version) |
emailAddress, firstname, getEmailAddress, getFirstname, getLanguage, getLastname, getMobilePhoneNumber, getState, getTimeZone, isTwoFactorEnabled, language, lastname, mobilePhoneNumber, setEmailAddress, setFirstname, setLanguage, setLastname, setMobilePhoneNumber, setState, setTimeZone, setTwoFactorEnabled, state, timeZone, twoFactorEnabledpublic HumanUserUpdate id(Long id)
public Long getId()
public void setId(Long id)
public HumanUserUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractHumanUserUpdatepublic int hashCode()
hashCode in class AbstractHumanUserUpdatepublic String toString()
toString in class AbstractHumanUserUpdateCopyright © 2022. All rights reserved.