Package com.opengamma.strata.product
Class SecurityInfo.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.SecurityInfo.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- SecurityInfo
public static final class SecurityInfo.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forSecurityInfo.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<ImmutableMap<AttributeType<?>,Object>>attributes()The meta-property for theattributesproperty.Class<? extends SecurityInfo>beanType()org.joda.beans.BeanBuilder<? extends SecurityInfo>builder()org.joda.beans.MetaProperty<SecurityId>id()The meta-property for theidproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<SecurityPriceInfo>priceInfo()The meta-property for thepriceInfoproperty.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 SecurityInfo> builder()
-
beanType
public Class<? extends SecurityInfo> beanType()
-
id
public org.joda.beans.MetaProperty<SecurityId> id()
The meta-property for theidproperty.- Returns:
- the meta-property, not null
-
priceInfo
public org.joda.beans.MetaProperty<SecurityPriceInfo> priceInfo()
The meta-property for thepriceInfoproperty.- Returns:
- the meta-property, not null
-
attributes
public org.joda.beans.MetaProperty<ImmutableMap<AttributeType<?>,Object>> attributes()
The meta-property for theattributesproperty.- 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
-
-