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