Uses of Class
de.adorsys.ledgers.postings.db.domain.BalanceSide
-
Packages that use BalanceSide Package Description de.adorsys.ledgers.postings.db.domain -
-
Uses of BalanceSide in de.adorsys.ledgers.postings.db.domain
Methods in de.adorsys.ledgers.postings.db.domain that return BalanceSide Modifier and Type Method Description BalanceSideAccountCategory. getDefaultBs()static BalanceSideBalanceSide. valueOf(String name)Returns the enum constant of this type with the specified name.static BalanceSide[]BalanceSide. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.adorsys.ledgers.postings.db.domain with parameters of type BalanceSide Constructor Description LedgerAccount(String id, LocalDateTime created, String user, String shortDesc, String longDesc, String name, Ledger ledger, LedgerAccount parent, ChartOfAccount coa, BalanceSide balanceSide, AccountCategory category)
-