public class ApplicationUserUpdate extends AbstractApplicationUserUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
name, requestLimit, state| Constructor and Description |
|---|
ApplicationUserUpdate() |
| 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() |
ApplicationUserUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
ApplicationUserUpdate |
version(Long version) |
getName, getRequestLimit, getState, name, requestLimit, setName, setRequestLimit, setState, statepublic ApplicationUserUpdate id(Long id)
public Long getId()
public void setId(Long id)
public ApplicationUserUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractApplicationUserUpdatepublic int hashCode()
hashCode in class AbstractApplicationUserUpdatepublic String toString()
toString in class AbstractApplicationUserUpdateCopyright © 2022. All rights reserved.