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()
The ID is the primary key of the entity.
|
String |
getIdentifier()
The bank account identifier is responsible to uniquely identify the bank account.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
BankAccountState |
getState() |
Long |
getType() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
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 © 2022. All rights reserved.