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.DirectMetaBean
The 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 theattributes
property.Class<? extends SecurityInfo>
beanType()
org.joda.beans.BeanBuilder<? extends SecurityInfo>
builder()
org.joda.beans.MetaProperty<SecurityId>
id()
The meta-property for theid
property.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 thepriceInfo
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 SecurityInfo> builder()
-
beanType
public Class<? extends SecurityInfo> beanType()
-
id
public org.joda.beans.MetaProperty<SecurityId> id()
The meta-property for theid
property.- Returns:
- the meta-property, not null
-
priceInfo
public org.joda.beans.MetaProperty<SecurityPriceInfo> priceInfo()
The meta-property for thepriceInfo
property.- Returns:
- the meta-property, not null
-
attributes
public org.joda.beans.MetaProperty<ImmutableMap<AttributeType<?>,Object>> attributes()
The meta-property for theattributes
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
-
-