public class TransactionLineItemVersion extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected String |
externalId |
protected OffsetDateTime |
failedOn |
protected FailureReason |
failureReason |
protected List<Label> |
labels |
protected String |
language |
protected List<LineItem> |
lineItems |
protected OffsetDateTime |
nextUpdateOn |
protected OffsetDateTime |
plannedPurgeDate |
protected OffsetDateTime |
processingOn |
protected Long |
spaceViewId |
protected TransactionLineItemVersionState |
state |
protected OffsetDateTime |
succeededOn |
protected BigDecimal |
taxAmount |
protected OffsetDateTime |
timeoutOn |
protected Transaction |
transaction |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
TransactionLineItemVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount() |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
OffsetDateTime |
getFailedOn() |
FailureReason |
getFailureReason() |
List<Label> |
getLabels()
The labels providing additional information about the object.
|
String |
getLanguage()
The language that is linked to the object.
|
List<LineItem> |
getLineItems() |
OffsetDateTime |
getNextUpdateOn() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
OffsetDateTime |
getProcessingOn() |
Long |
getSpaceViewId()
The ID of the space view this object is linked to.
|
TransactionLineItemVersionState |
getState()
The object's current state.
|
OffsetDateTime |
getSucceededOn() |
BigDecimal |
getTaxAmount() |
OffsetDateTime |
getTimeoutOn() |
Transaction |
getTransaction() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected BigDecimal amount
protected Long createdBy
protected OffsetDateTime createdOn
protected String externalId
protected OffsetDateTime failedOn
protected FailureReason failureReason
protected String language
protected OffsetDateTime nextUpdateOn
protected OffsetDateTime plannedPurgeDate
protected OffsetDateTime processingOn
protected Long spaceViewId
protected TransactionLineItemVersionState state
protected OffsetDateTime succeededOn
protected BigDecimal taxAmount
protected OffsetDateTime timeoutOn
protected Transaction transaction
protected Integer version
public BigDecimal getAmount()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getExternalId()
public OffsetDateTime getFailedOn()
public FailureReason getFailureReason()
public List<Label> getLabels()
public String getLanguage()
public OffsetDateTime getNextUpdateOn()
public OffsetDateTime getPlannedPurgeDate()
public OffsetDateTime getProcessingOn()
public Long getSpaceViewId()
public TransactionLineItemVersionState getState()
public OffsetDateTime getSucceededOn()
public BigDecimal getTaxAmount()
public OffsetDateTime getTimeoutOn()
public Transaction getTransaction()
public Integer getVersion()
public boolean equals(Object o)
equals in class TransactionAwareEntitypublic int hashCode()
hashCode in class TransactionAwareEntitypublic String toString()
toString in class TransactionAwareEntityCopyright © 2024. All rights reserved.