public class PaymentTerminalLocationVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTerminalAddress |
address |
protected PaymentTerminalAddress |
contactAddress |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected PaymentTerminalLocation |
location |
protected OffsetDateTime |
plannedPurgeDate |
protected PaymentTerminalLocationVersionState |
state |
protected Integer |
version |
protected Boolean |
versionAppliedImmediately |
| Constructor and Description |
|---|
PaymentTerminalLocationVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PaymentTerminalAddress |
getAddress() |
PaymentTerminalAddress |
getContactAddress() |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
PaymentTerminalLocation |
getLocation() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
PaymentTerminalLocationVersionState |
getState()
The object's current state.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isVersionAppliedImmediately() |
String |
toString() |
protected PaymentTerminalAddress address
protected PaymentTerminalAddress contactAddress
protected Long createdBy
protected OffsetDateTime createdOn
protected Long id
protected Long linkedSpaceId
protected PaymentTerminalLocation location
protected OffsetDateTime plannedPurgeDate
protected PaymentTerminalLocationVersionState state
protected Integer version
protected Boolean versionAppliedImmediately
public PaymentTerminalAddress getAddress()
public PaymentTerminalAddress getContactAddress()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public Long getId()
public Long getLinkedSpaceId()
public PaymentTerminalLocation getLocation()
public OffsetDateTime getPlannedPurgeDate()
public PaymentTerminalLocationVersionState getState()
public Integer getVersion()
public Boolean isVersionAppliedImmediately()
Copyright © 2023. All rights reserved.