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.DirectMetaBean
The 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 thediscountFactor
property.org.joda.beans.MetaProperty<CurrencyAmount>
forecastValue()
The meta-property for theforecastValue
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 thepaymentDate
property.org.joda.beans.MetaProperty<CurrencyAmount>
presentValue()
The meta-property for thepresentValue
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)
-
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:
metaPropertyGet
in 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 thepaymentDate
property.- Returns:
- the meta-property, not null
-
presentValue
public org.joda.beans.MetaProperty<CurrencyAmount> presentValue()
The meta-property for thepresentValue
property.- Returns:
- the meta-property, not null
-
forecastValue
public org.joda.beans.MetaProperty<CurrencyAmount> forecastValue()
The meta-property for theforecastValue
property.- Returns:
- the meta-property, not null
-
discountFactor
public org.joda.beans.MetaProperty<Double> discountFactor()
The meta-property for thediscountFactor
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-