@Entity public class LedgerAccount extends NamedEntity
| Constructor and Description |
|---|
LedgerAccount() |
LedgerAccount(String id,
LocalDateTime created,
String user,
String shortDesc,
String longDesc,
String name,
Ledger ledger,
LedgerAccount parent,
ChartOfAccount coa,
BalanceSide balanceSide,
AccountCategory category) |
public LedgerAccount(String id, LocalDateTime created, String user, String shortDesc, String longDesc, String name, Ledger ledger, LedgerAccount parent, ChartOfAccount coa, BalanceSide balanceSide, AccountCategory category)
public LedgerAccount()
Copyright © 2020. All rights reserved.