public final class AnnotatedCashFlow extends Object implements org.joda.beans.ImmutableBean
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotatedCashFlow.Builder
The bean-builder for
AnnotatedCashFlow. |
static class |
AnnotatedCashFlow.Meta
The meta-bean for
AnnotatedCashFlow. |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedCashFlow.Builder |
builder()
Returns a builder used to create an instance of the bean.
|
boolean |
equals(Object obj) |
CashFlowAnnotations |
getAnnotation()
Gets the cash flow annotations.
|
com.opengamma.strata.market.amount.CashFlow |
getCashFlow()
Gets the cash flow.
|
int |
hashCode() |
static AnnotatedCashFlow.Meta |
meta()
The meta-bean for
AnnotatedCashFlow. |
AnnotatedCashFlow.Meta |
metaBean() |
AnnotatedCashFlow.Builder |
toBuilder()
Returns a builder that allows this bean to be mutated.
|
String |
toString() |
public static AnnotatedCashFlow.Meta meta()
AnnotatedCashFlow.public static AnnotatedCashFlow.Builder builder()
public AnnotatedCashFlow.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic CashFlowAnnotations getAnnotation()
public com.opengamma.strata.market.amount.CashFlow getCashFlow()
public AnnotatedCashFlow.Builder toBuilder()
Copyright © 2018. All rights reserved.