Class ResolvedBill.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.bond.ResolvedBill.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ResolvedBill
public static final class ResolvedBill.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forResolvedBill.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ResolvedBill>beanType()ResolvedBill.Builderbuilder()org.joda.beans.MetaProperty<DayCount>dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<LegalEntityId>legalEntityId()The meta-property for thelegalEntityIdproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<Payment>notional()The meta-property for thenotionalproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<SecurityId>securityId()The meta-property for thesecurityIdproperty.org.joda.beans.MetaProperty<DaysAdjustment>settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<BillYieldConvention>yieldConvention()The meta-property for theyieldConventionproperty.-
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 ResolvedBill.Builder builder()
-
beanType
public Class<? extends ResolvedBill> beanType()
-
securityId
public org.joda.beans.MetaProperty<SecurityId> securityId()
The meta-property for thesecurityIdproperty.- Returns:
- the meta-property, not null
-
notional
public org.joda.beans.MetaProperty<Payment> notional()
The meta-property for thenotionalproperty.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCountproperty.- Returns:
- the meta-property, not null
-
yieldConvention
public org.joda.beans.MetaProperty<BillYieldConvention> yieldConvention()
The meta-property for theyieldConventionproperty.- Returns:
- the meta-property, not null
-
legalEntityId
public org.joda.beans.MetaProperty<LegalEntityId> legalEntityId()
The meta-property for thelegalEntityIdproperty.- Returns:
- the meta-property, not null
-
settlementDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> settlementDateOffset()
The meta-property for thesettlementDateOffsetproperty.- 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
-
-