Class CashFlow.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.amount.CashFlow.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- CashFlow
public static final class CashFlow.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forCashFlow.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends CashFlow>beanType()org.joda.beans.BeanBuilder<? extends CashFlow>builder()org.joda.beans.MetaProperty<Double>discountFactor()The meta-property for thediscountFactorproperty.org.joda.beans.MetaProperty<CurrencyAmount>forecastValue()The meta-property for theforecastValueproperty.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 thepaymentDateproperty.org.joda.beans.MetaProperty<CurrencyAmount>presentValue()The meta-property for thepresentValueproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends CashFlow> builder()
-
paymentDate
public org.joda.beans.MetaProperty<LocalDate> paymentDate()
The meta-property for thepaymentDateproperty.- Returns:
- the meta-property, not null
-
presentValue
public org.joda.beans.MetaProperty<CurrencyAmount> presentValue()
The meta-property for thepresentValueproperty.- Returns:
- the meta-property, not null
-
forecastValue
public org.joda.beans.MetaProperty<CurrencyAmount> forecastValue()
The meta-property for theforecastValueproperty.- Returns:
- the meta-property, not null
-
discountFactor
public org.joda.beans.MetaProperty<Double> discountFactor()
The meta-property for thediscountFactorproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-