public class FinancingDetails extends Object
Constructor and Description |
---|
FinancingDetails()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
LocalDate |
getEndDate() |
LocalDate |
getStartDate() |
void |
setEndDate(LocalDate value) |
void |
setStartDate(LocalDate value) |
public final LocalDate getStartDate()
public final void setStartDate(LocalDate value)
value
- the start date of a financing deal, i.e. the date the buyer pays the seller cash and takes
control of the collateral.public final LocalDate getEndDate()
public final void setEndDate(LocalDate value)
value
- the end date of a financing deal, i.e. the date the seller reimburses the buyer and takes back
control of the collateral.Copyright © 2014–2025 Onix Solutions. All rights reserved.