public class BankAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Long |
id |
protected String |
identifier |
protected Long |
linkedSpaceId |
protected OffsetDateTime |
plannedPurgeDate |
protected BankAccountState |
state |
protected Long |
type |
protected Integer |
version |
| Constructor and Description |
|---|
BankAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
The optional description is shown along the identifier.
|
Long |
getId()
A unique identifier for the object.
|
String |
getIdentifier()
The bank account identifier is responsible to uniquely identify the bank account.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
BankAccountState |
getState()
The object's current state.
|
Long |
getType() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected String description
protected Long id
protected String identifier
protected Long linkedSpaceId
protected OffsetDateTime plannedPurgeDate
protected BankAccountState state
protected Long type
protected Integer version
public String getDescription()
public Long getId()
public String getIdentifier()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedPurgeDate()
public BankAccountState getState()
public Long getType()
public Integer getVersion()
Copyright © 2023. All rights reserved.