public class TransactionLineItemVersion extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected String |
language |
protected List<LineItem> |
lineItems |
protected OffsetDateTime |
plannedPurgeDate |
protected Long |
spaceViewId |
protected BigDecimal |
taxAmount |
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 |
getLanguage() |
List<LineItem> |
getLineItems() |
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
Long |
getSpaceViewId() |
BigDecimal |
getTaxAmount() |
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 language
protected OffsetDateTime plannedPurgeDate
protected Long spaceViewId
protected BigDecimal taxAmount
protected Transaction transaction
protected Integer version
public BigDecimal getAmount()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getLanguage()
public OffsetDateTime getPlannedPurgeDate()
public Long getSpaceViewId()
public BigDecimal getTaxAmount()
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 © 2021. All rights reserved.