| Modifier and Type | Method and Description |
|---|---|
Payment |
build() |
Payment.Builder |
date(LocalDate date)
Sets the date that the payment is made.
|
Object |
get(String propertyName) |
Payment.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
Payment.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
Payment.Builder |
value(CurrencyAmount value)
Sets the amount of the payment.
|
public Payment.Builder set(String propertyName, Object newValue)
public Payment.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
public Payment build()
public Payment.Builder value(CurrencyAmount value)
The amount is signed. A negative value indicates the amount is to be paid while a positive value indicates the amount is received.
value - the new value, not nullpublic Payment.Builder date(LocalDate date)
This date should normally be a valid business day.
date - the new value, not nullCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.