@Entity public class LedgerStmt extends FinancialStmt
| Constructor and Description |
|---|
LedgerStmt() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
clonedId()
Return the id of the posting being overriding by this posting.
|
static String |
makeId(Ledger ledger,
LocalDateTime pstTime,
int stmtSeqNbr) |
static String |
makeOperationId(Ledger ledger,
LocalDateTime pstTime) |
void |
prePersist() |
public void prePersist()
public final Optional<String> clonedId()
public static String makeId(Ledger ledger, LocalDateTime pstTime, int stmtSeqNbr)
public static String makeOperationId(Ledger ledger, LocalDateTime pstTime)
Copyright © 2020. All rights reserved.