Class ResolvedBill.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.bond.ResolvedBill.Meta
-
- All Implemented Interfaces:
MetaBean
- Enclosing class:
- ResolvedBill
public static class ResolvedBill.Meta extends DirectMetaBean
The meta-bean forResolvedBill
.
-
-
Field Summary
-
Fields inherited from class org.joda.beans.impl.direct.DirectMetaBean
TEST_COVERAGE_STRING
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Meta()
Restricted constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends ResolvedBill>
beanType()
ResolvedBill.Builder
builder()
MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.MetaProperty<LegalEntityId>
legalEntityId()
The meta-property for thelegalEntityId
property.protected MetaProperty<?>
metaPropertyGet(java.lang.String propertyName)
java.util.Map<java.lang.String,MetaProperty<?>>
metaPropertyMap()
MetaProperty<Payment>
notional()
The meta-property for thenotional
property.protected java.lang.Object
propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
protected void
propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
MetaProperty<SecurityId>
securityId()
The meta-property for thesecurityId
property.MetaProperty<DaysAdjustment>
settlementDateOffset()
The meta-property for thesettlementDateOffset
property.MetaProperty<BillYieldConvention>
yieldConvention()
The meta-property for theyieldConvention
property.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.joda.beans.MetaBean
annotation, annotations, beanName, metaPropertyCount, metaPropertyExists, metaPropertyIterable
-
-
-
-
Method Detail
-
metaPropertyGet
protected MetaProperty<?> metaPropertyGet(java.lang.String propertyName)
- Overrides:
metaPropertyGet
in classDirectMetaBean
-
builder
public ResolvedBill.Builder builder()
-
beanType
public java.lang.Class<? extends ResolvedBill> beanType()
-
metaPropertyMap
public java.util.Map<java.lang.String,MetaProperty<?>> metaPropertyMap()
-
securityId
public final MetaProperty<SecurityId> securityId()
The meta-property for thesecurityId
property.- Returns:
- the meta-property, not null
-
notional
public final MetaProperty<Payment> notional()
The meta-property for thenotional
property.- Returns:
- the meta-property, not null
-
dayCount
public final MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
yieldConvention
public final MetaProperty<BillYieldConvention> yieldConvention()
The meta-property for theyieldConvention
property.- Returns:
- the meta-property, not null
-
legalEntityId
public final MetaProperty<LegalEntityId> legalEntityId()
The meta-property for thelegalEntityId
property.- Returns:
- the meta-property, not null
-
settlementDateOffset
public final MetaProperty<DaysAdjustment> settlementDateOffset()
The meta-property for thesettlementDateOffset
property.- Returns:
- the meta-property, not null
-
propertyGet
protected java.lang.Object propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
- Overrides:
propertyGet
in classDirectMetaBean
-
propertySet
protected void propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
- Overrides:
propertySet
in classDirectMetaBean
-
-