public final class AnnotatedCashFlows extends Object implements org.joda.beans.ImmutableBean
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotatedCashFlows.Builder
The bean-builder for
AnnotatedCashFlows. |
static class |
AnnotatedCashFlows.Meta
The meta-bean for
AnnotatedCashFlows. |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedCashFlows.Builder |
builder()
Returns a builder used to create an instance of the bean.
|
boolean |
equals(Object obj) |
com.google.common.collect.ImmutableList<AnnotatedCashFlow> |
getCashFlows()
Gets list of annotated cash flows.
|
int |
hashCode() |
static AnnotatedCashFlows.Meta |
meta()
The meta-bean for
AnnotatedCashFlows. |
AnnotatedCashFlows.Meta |
metaBean() |
AnnotatedCashFlows.Builder |
toBuilder()
Returns a builder that allows this bean to be mutated.
|
String |
toString() |
public static AnnotatedCashFlows.Meta meta()
AnnotatedCashFlows.public static AnnotatedCashFlows.Builder builder()
public AnnotatedCashFlows.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic com.google.common.collect.ImmutableList<AnnotatedCashFlow> getCashFlows()
public AnnotatedCashFlows.Builder toBuilder()
Copyright © 2018. All rights reserved.