@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) |
| Modifier and Type | Method and Description |
|---|---|
BalanceSide |
getBalanceSide() |
AccountCategory |
getCategory() |
ChartOfAccount |
getCoa() |
Ledger |
getLedger() |
LedgerAccount |
getParent() |
String |
toString() |
getNamegetCreated, getId, getLongDesc, getShortDesc, getUserDetails, setCreated, setId, setLongDesc, setShortDesc, setUserDetailspublic 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()
public Ledger getLedger()
public LedgerAccount getParent()
public ChartOfAccount getCoa()
public BalanceSide getBalanceSide()
public AccountCategory getCategory()
public String toString()
toString in class NamedEntityCopyright © 2019. All rights reserved.