Class CashFlow


  • public class CashFlow
    extends Object
    Cash flow record
    • Constructor Detail

      • CashFlow

        public CashFlow()
    • Method Detail

      • getTransactionFlowName

        public String getTransactionFlowName()
        Returns the transaction flow name.
        Returns:
        transaction flow name
      • getDirection

        public CashFlowDirection getDirection()
        Returns the cash flow direction.
        Returns:
        cash flow direction
      • getBusinessType

        public BalanceType getBusinessType()
        Returns the business type (balance type).
        Returns:
        business type
      • getBalance

        public BigDecimal getBalance()
        Returns the cash balance.
        Returns:
        balance
      • getCurrency

        public String getCurrency()
        Returns the currency.
        Returns:
        currency
      • getBusinessTime

        public OffsetDateTime getBusinessTime()
        Returns the business time.
        Returns:
        business time
      • getSymbol

        public String getSymbol()
        Returns the associated security symbol.
        Returns:
        security symbol
      • getDescription

        public String getDescription()
        Returns the description of the cash flow.
        Returns:
        description