Class BillTrade.Meta
- java.lang.Object
- 
- org.joda.beans.impl.direct.DirectMetaBean
- 
- com.opengamma.strata.product.bond.BillTrade.Meta
 
 
- 
- All Implemented Interfaces:
- org.joda.beans.MetaBean
 - Enclosing class:
- BillTrade
 
 public static final class BillTrade.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forBillTrade.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends BillTrade>beanType()BillTrade.Builderbuilder()org.joda.beans.MetaProperty<TradeInfo>info()The meta-property for theinfoproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<Double>price()The meta-property for thepriceproperty.org.joda.beans.MetaProperty<Bill>product()The meta-property for theproductproperty.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<Double>quantity()The meta-property for thequantityproperty.- 
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBeanisBuildable, metaProperty, toString, validate
 
- 
 
- 
- 
- 
Method Detail- 
metaPropertyGetprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName) - Overrides:
- metaPropertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 - 
builderpublic BillTrade.Builder builder() 
 - 
infopublic org.joda.beans.MetaProperty<TradeInfo> info() The meta-property for theinfoproperty.- Returns:
- the meta-property, not null
 
 - 
productpublic org.joda.beans.MetaProperty<Bill> product() The meta-property for theproductproperty.- Returns:
- the meta-property, not null
 
 - 
quantitypublic org.joda.beans.MetaProperty<Double> quantity() The meta-property for thequantityproperty.- Returns:
- the meta-property, not null
 
 - 
pricepublic org.joda.beans.MetaProperty<Double> price() The meta-property for thepriceproperty.- Returns:
- the meta-property, not null
 
 - 
propertyGetprotected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet) - Overrides:
- propertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 
- 
 
-