public class AccountUpdate extends AbstractAccountUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
lastModifiedDate, name, subaccountLimit| Constructor and Description |
|---|
AccountUpdate() |
| 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() |
AccountUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
AccountUpdate |
version(Long version) |
getLastModifiedDate, getName, getSubaccountLimit, lastModifiedDate, name, setLastModifiedDate, setName, setSubaccountLimit, subaccountLimitpublic AccountUpdate id(Long id)
public Long getId()
public void setId(Long id)
public AccountUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractAccountUpdatepublic int hashCode()
hashCode in class AbstractAccountUpdatepublic String toString()
toString in class AbstractAccountUpdateCopyright © 2021. All rights reserved.