public class TransactionAwareEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
linkedSpaceId |
protected Long |
linkedTransaction |
| Constructor and Description |
|---|
TransactionAwareEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
Long |
getLinkedTransaction() |
int |
hashCode() |
String |
toString() |
protected Long id
protected Long linkedSpaceId
protected Long linkedTransaction
Copyright © 2023. All rights reserved.