public class TransactionGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
beginDate |
protected String |
customerId |
protected OffsetDateTime |
endDate |
protected Long |
id |
protected Long |
linkedSpaceId |
protected OffsetDateTime |
plannedPurgeDate |
protected TransactionGroupState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
TransactionGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getBeginDate() |
String |
getCustomerId() |
OffsetDateTime |
getEndDate() |
Long |
getId()
A unique identifier for the object.
|
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.
|
TransactionGroupState |
getState()
The object's current state.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected OffsetDateTime beginDate
protected String customerId
protected OffsetDateTime endDate
protected Long id
protected Long linkedSpaceId
protected OffsetDateTime plannedPurgeDate
protected TransactionGroupState state
protected Integer version
public OffsetDateTime getBeginDate()
public String getCustomerId()
public OffsetDateTime getEndDate()
public Long getId()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedPurgeDate()
public TransactionGroupState getState()
public Integer getVersion()
Copyright © 2023. All rights reserved.