public static final class LegalEntityCurveGroup.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<LegalEntityCurveGroup>
LegalEntityCurveGroup.| Modifier and Type | Method and Description |
|---|---|
LegalEntityCurveGroup |
build() |
Object |
get(String propertyName) |
LegalEntityCurveGroup.Builder |
issuerCurves(Map<Pair<LegalEntityGroup,Currency>,Curve> issuerCurves)
Sets the issuer curves in the curve group, keyed by legal entity group and currency.
|
LegalEntityCurveGroup.Builder |
name(CurveGroupName name)
Sets the name of the curve group.
|
LegalEntityCurveGroup.Builder |
repoCurves(Map<Pair<RepoGroup,Currency>,Curve> repoCurves)
Sets the repo curves in the curve group, keyed by repo group and currency.
|
LegalEntityCurveGroup.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
LegalEntityCurveGroup.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<LegalEntityCurveGroup>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<LegalEntityCurveGroup>public LegalEntityCurveGroup.Builder set(String propertyName, Object newValue)
public LegalEntityCurveGroup.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<LegalEntityCurveGroup>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<LegalEntityCurveGroup>public LegalEntityCurveGroup build()
public LegalEntityCurveGroup.Builder name(CurveGroupName name)
name - the new value, not nullpublic LegalEntityCurveGroup.Builder repoCurves(Map<Pair<RepoGroup,Currency>,Curve> repoCurves)
repoCurves - the new value, not nullpublic LegalEntityCurveGroup.Builder issuerCurves(Map<Pair<LegalEntityGroup,Currency>,Curve> issuerCurves)
issuerCurves - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<LegalEntityCurveGroup>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.