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 created on date indicates the date on which the entity was stored into the database.
|
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
OffsetDateTime |
getFailedOn() |
FailureReason |
getFailureReason() |
List<Label> |
getLabels() |
String |
getLanguage() |
List<LineItem> |
getLineItems() |
OffsetDateTime |
getNextUpdateOn() |
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
OffsetDateTime |
getProcessingOn() |
Long |
getSpaceViewId() |
TransactionLineItemVersionState |
getState() |
OffsetDateTime |
getSucceededOn() |
BigDecimal |
getTaxAmount() |
OffsetDateTime |
getTimeoutOn() |
Transaction |
getTransaction() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
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 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 © 2022. All rights reserved.