public class SpaceUpdate extends AbstractSpaceUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
lastModifiedDate, name, postalAddress, primaryCurrency, requestLimit, state, technicalContactAddresses, timeZone| Constructor and Description |
|---|
SpaceUpdate() |
| 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() |
SpaceUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
SpaceUpdate |
version(Long version) |
addTechnicalContactAddressesItem, getLastModifiedDate, getName, getPostalAddress, getPrimaryCurrency, getRequestLimit, getState, getTechnicalContactAddresses, getTimeZone, lastModifiedDate, name, postalAddress, primaryCurrency, requestLimit, setLastModifiedDate, setName, setPostalAddress, setPrimaryCurrency, setRequestLimit, setState, setTechnicalContactAddresses, setTimeZone, state, technicalContactAddresses, timeZonepublic SpaceUpdate id(Long id)
public Long getId()
public void setId(Long id)
public SpaceUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractSpaceUpdatepublic int hashCode()
hashCode in class AbstractSpaceUpdatepublic String toString()
toString in class AbstractSpaceUpdateCopyright © 2022. All rights reserved.