| Package | Description |
|---|---|
| de.adorsys.ledgers.postings.db.domain |
| Modifier and Type | Method and Description |
|---|---|
static AccountCategory |
AccountCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountCategory[] |
AccountCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LedgerAccount(String id,
LocalDateTime created,
String user,
String shortDesc,
String longDesc,
String name,
Ledger ledger,
LedgerAccount parent,
ChartOfAccount coa,
BalanceSide balanceSide,
AccountCategory category) |
Copyright © 2020. All rights reserved.