public class InvoiceReconciliationRecordInvoiceLink extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected OffsetDateTime |
createdOn |
protected Long |
id |
protected TransactionInvoice |
invoice |
protected Long |
linkedSpaceId |
protected InvoiceReconciliationRecord |
record |
| Constructor and Description |
|---|
InvoiceReconciliationRecordInvoiceLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
Long |
getId()
The ID is the primary key of the entity.
|
TransactionInvoice |
getInvoice() |
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
InvoiceReconciliationRecord |
getRecord() |
int |
hashCode() |
String |
toString() |
protected BigDecimal amount
protected OffsetDateTime createdOn
protected Long id
protected TransactionInvoice invoice
protected Long linkedSpaceId
protected InvoiceReconciliationRecord record
public InvoiceReconciliationRecordInvoiceLink()
public BigDecimal getAmount()
public OffsetDateTime getCreatedOn()
public Long getId()
public TransactionInvoice getInvoice()
public Long getLinkedSpaceId()
public InvoiceReconciliationRecord getRecord()
Copyright © 2022. All rights reserved.