public static final class CashFlow.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
CashFlow.| Modifier and Type | Method and Description |
|---|---|
Class<? extends CashFlow> |
beanType() |
org.joda.beans.BeanBuilder<? extends CashFlow> |
builder() |
org.joda.beans.MetaProperty<Double> |
discountFactor()
The meta-property for the
discountFactor property. |
org.joda.beans.MetaProperty<CurrencyAmount> |
forecastValue()
The meta-property for the
forecastValue property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<LocalDate> |
paymentDate()
The meta-property for the
paymentDate property. |
org.joda.beans.MetaProperty<CurrencyAmount> |
presentValue()
The meta-property for the
presentValue property. |
protected Object |
propertyGet(org.joda.beans.Bean bean,
String propertyName,
boolean quiet) |
protected void |
propertySet(org.joda.beans.Bean bean,
String propertyName,
Object newValue,
boolean quiet) |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic org.joda.beans.BeanBuilder<? extends CashFlow> builder()
public org.joda.beans.MetaProperty<LocalDate> paymentDate()
paymentDate property.public org.joda.beans.MetaProperty<CurrencyAmount> presentValue()
presentValue property.public org.joda.beans.MetaProperty<CurrencyAmount> forecastValue()
forecastValue property.public org.joda.beans.MetaProperty<Double> discountFactor()
discountFactor property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.