Class LedgerAccount
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.BaseEntity
-
- de.adorsys.ledgers.postings.db.domain.NamedEntity
-
- de.adorsys.ledgers.postings.db.domain.LedgerAccount
-
@Entity public class LedgerAccount extends NamedEntity
An account is used to group related posting lines.- Author:
- fpo
-
-
Constructor Summary
Constructors Constructor 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)
-
-
-
Constructor Detail
-
LedgerAccount
public LedgerAccount(String id, LocalDateTime created, String user, String shortDesc, String longDesc, String name, Ledger ledger, LedgerAccount parent, ChartOfAccount coa, BalanceSide balanceSide, AccountCategory category)
-
LedgerAccount
public LedgerAccount()
-
-