public class PaymentTerminalLocationVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTerminalAddress |
address |
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() |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
PaymentTerminalLocation |
getLocation() |
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
PaymentTerminalLocationVersionState |
getState() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
Boolean |
isVersionAppliedImmediately() |
String |
toString() |
protected PaymentTerminalAddress address
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 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 © 2021. All rights reserved.