public static final class CommitmentRecord.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<CommitmentRecord>
CommitmentRecord.| Modifier and Type | Method and Description |
|---|---|
CommitmentRecord |
build() |
CommitmentRecord.Builder |
effectiveDate(java.time.LocalDate effectiveDate)
Sets date on which, at EOD, the commitment breakdown holds.
|
CommitmentRecord.Builder |
funded(double funded)
Sets funded amount or the amount borrowed and accruing interest within a contract.
|
Object |
get(String propertyName) |
CommitmentRecord.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
CommitmentRecord.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
CommitmentRecord.Builder |
total(double total)
Sets total commitment: funded + unfunded + undrawnlc.
|
CommitmentRecord.Builder |
undrawnlc(double undrawnlc)
Sets undrawn letter-of-credit amount.
|
CommitmentRecord.Builder |
unfunded(double unfunded)
Sets unfunded amount or the amount available to borrow.
|
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<CommitmentRecord>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<CommitmentRecord>public CommitmentRecord.Builder set(String propertyName, Object newValue)
public CommitmentRecord.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<CommitmentRecord>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<CommitmentRecord>public CommitmentRecord build()
public CommitmentRecord.Builder effectiveDate(java.time.LocalDate effectiveDate)
effectiveDate - the new value, not nullpublic CommitmentRecord.Builder funded(double funded)
funded - the new valuepublic CommitmentRecord.Builder unfunded(double unfunded)
unfunded - the new valuepublic CommitmentRecord.Builder undrawnlc(double undrawnlc)
undrawnlc - the new valuepublic CommitmentRecord.Builder total(double total)
total - the new valuepublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<CommitmentRecord>Copyright © 2018. All rights reserved.