Package | Description |
---|---|
com.syndloanhub.loansum.product.facility |
Global (non-prorated) representations of loan facility types.
|
Modifier and Type | Method and Description |
---|---|
LoanTrade |
LoanTrade.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Class<? extends LoanTrade> |
LoanTrade.Meta.beanType() |
com.google.common.collect.ImmutableList<LoanTrade> |
LoanTradeList.getTrades()
Gets collection of trades.
|
org.joda.beans.MetaProperty<com.google.common.collect.ImmutableList<LoanTrade>> |
LoanTradeList.Meta.trades()
The meta-property for the
trades property. |
Modifier and Type | Method and Description |
---|---|
LoanTradeList.Builder |
LoanTradeList.Builder.trades(LoanTrade... trades)
Sets the
trades property in the builder
from an array of objects. |
Modifier and Type | Method and Description |
---|---|
LoanTradeList.Builder |
LoanTradeList.Builder.trades(List<LoanTrade> trades)
Sets collection of trades.
|
Copyright © 2018. All rights reserved.