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