Class BulletPaymentTrade.Builder
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectFieldsBeanBuilder<BulletPaymentTrade>
-
- com.opengamma.strata.product.payment.BulletPaymentTrade.Builder
-
- All Implemented Interfaces:
org.joda.beans.BeanBuilder<BulletPaymentTrade>
- Enclosing class:
- BulletPaymentTrade
public static final class BulletPaymentTrade.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<BulletPaymentTrade>
The bean-builder forBulletPaymentTrade
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulletPaymentTrade
build()
Object
get(String propertyName)
BulletPaymentTrade.Builder
info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.BulletPaymentTrade.Builder
product(BulletPayment product)
Sets the product that was agreed when the trade occurred.BulletPaymentTrade.Builder
set(String propertyName, Object newValue)
BulletPaymentTrade.Builder
set(org.joda.beans.MetaProperty<?> property, Object value)
String
toString()
-
-
-
Method Detail
-
get
public Object get(String propertyName)
- Specified by:
get
in interfaceorg.joda.beans.BeanBuilder<BulletPaymentTrade>
- Overrides:
get
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<BulletPaymentTrade>
-
set
public BulletPaymentTrade.Builder set(String propertyName, Object newValue)
-
set
public BulletPaymentTrade.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
- Specified by:
set
in interfaceorg.joda.beans.BeanBuilder<BulletPaymentTrade>
- Overrides:
set
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<BulletPaymentTrade>
-
build
public BulletPaymentTrade build()
-
info
public BulletPaymentTrade.Builder info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.This allows additional information to be attached to the trade.
- Parameters:
info
- the new value, not null- Returns:
- this, for chaining, not null
-
product
public BulletPaymentTrade.Builder product(BulletPayment product)
Sets the product that was agreed when the trade occurred.The product captures the contracted financial details of the trade.
- Parameters:
product
- the new value, not null- Returns:
- this, for chaining, not null
-
toString
public String toString()
- Overrides:
toString
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<BulletPaymentTrade>
-
-