static CashFlowReport.Builder |
CashFlowReport.builder() |
Returns a builder used to create an instance of the bean.
|
CashFlowReport.Builder |
CashFlowReport.Meta.builder() |
|
CashFlowReport.Builder |
CashFlowReport.Builder.columnHeaders(String... columnHeaders) |
Sets the columnHeaders property in the builder
from an array of objects.
|
CashFlowReport.Builder |
CashFlowReport.Builder.columnHeaders(List<String> columnHeaders) |
Sets the column headers.
|
CashFlowReport.Builder |
CashFlowReport.Builder.columnKeys(ExplainKey<?>... columnKeys) |
Sets the columnKeys property in the builder
from an array of objects.
|
CashFlowReport.Builder |
CashFlowReport.Builder.columnKeys(List<ExplainKey<?>> columnKeys) |
Sets the keys corresponding to the columns.
|
CashFlowReport.Builder |
CashFlowReport.Builder.data(Table<Integer,Integer,Object> data) |
Sets the cashflow data table.
|
CashFlowReport.Builder |
CashFlowReport.Builder.runInstant(Instant runInstant) |
Sets the instant at which the report was run.
|
CashFlowReport.Builder |
CashFlowReport.Builder.set(String propertyName,
Object newValue) |
|
CashFlowReport.Builder |
CashFlowReport.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
CashFlowReport.Builder |
CashFlowReport.toBuilder() |
Returns a builder that allows this bean to be mutated.
|
CashFlowReport.Builder |
CashFlowReport.Builder.valuationDate(LocalDate valuationDate) |
Sets the valuation date.
|