Class ResolvedCds.Meta
- java.lang.Object
 - 
- org.joda.beans.impl.direct.DirectMetaBean
 - 
- com.opengamma.strata.product.credit.ResolvedCds.Meta
 
 
 
- 
- All Implemented Interfaces:
 org.joda.beans.MetaBean
- Enclosing class:
 - ResolvedCds
 
public static final class ResolvedCds.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forResolvedCds. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ResolvedCds>beanType()ResolvedCds.Builderbuilder()org.joda.beans.MetaProperty<BuySell>buySell()The meta-property for thebuySellproperty.org.joda.beans.MetaProperty<DayCount>dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<StandardId>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<PaymentOnDefault>paymentOnDefault()The meta-property for thepaymentOnDefaultproperty.org.joda.beans.MetaProperty<ImmutableList<CreditCouponPaymentPeriod>>paymentPeriods()The meta-property for thepaymentPeriodsproperty.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<LocalDate>protectionEndDate()The meta-property for theprotectionEndDateproperty.org.joda.beans.MetaProperty<ProtectionStartOfDay>protectionStart()The meta-property for theprotectionStartproperty.org.joda.beans.MetaProperty<DaysAdjustment>settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>stepinDateOffset()The meta-property for thestepinDateOffsetproperty.- 
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 ResolvedCds.Builder builder()
 
- 
beanType
public Class<? extends ResolvedCds> beanType()
 
- 
buySell
public org.joda.beans.MetaProperty<BuySell> buySell()
The meta-property for thebuySellproperty.- Returns:
 - the meta-property, not null
 
 
- 
legalEntityId
public org.joda.beans.MetaProperty<StandardId> legalEntityId()
The meta-property for thelegalEntityIdproperty.- Returns:
 - the meta-property, not null
 
 
- 
paymentPeriods
public org.joda.beans.MetaProperty<ImmutableList<CreditCouponPaymentPeriod>> paymentPeriods()
The meta-property for thepaymentPeriodsproperty.- Returns:
 - the meta-property, not null
 
 
- 
protectionEndDate
public org.joda.beans.MetaProperty<LocalDate> protectionEndDate()
The meta-property for theprotectionEndDateproperty.- 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
 
 
- 
paymentOnDefault
public org.joda.beans.MetaProperty<PaymentOnDefault> paymentOnDefault()
The meta-property for thepaymentOnDefaultproperty.- Returns:
 - the meta-property, not null
 
 
- 
protectionStart
public org.joda.beans.MetaProperty<ProtectionStartOfDay> protectionStart()
The meta-property for theprotectionStartproperty.- Returns:
 - the meta-property, not null
 
 
- 
stepinDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> stepinDateOffset()
The meta-property for thestepinDateOffsetproperty.- 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
 
 - 
 
 -