Class LedgerStmt
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.FinancialStmt
-
- de.adorsys.ledgers.postings.db.domain.LedgerStmt
-
@Entity public class LedgerStmt extends FinancialStmt
Document the state of a ledger at the statement date.- Author:
- fpo
-
-
Constructor Summary
Constructors Constructor Description LedgerStmt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>clonedId()Return the id of the posting being overriding by this posting.static StringmakeId(Ledger ledger, LocalDateTime pstTime, int stmtSeqNbr)static StringmakeOperationId(Ledger ledger, LocalDateTime pstTime)voidprePersist()
-
-
-
Method Detail
-
prePersist
public void prePersist()
-
clonedId
public final Optional<String> clonedId()
Return the id of the posting being overriding by this posting.- Returns:
- the id of the posting being overriding by this posting.
-
makeId
public static String makeId(Ledger ledger, LocalDateTime pstTime, int stmtSeqNbr)
-
makeOperationId
public static String makeOperationId(Ledger ledger, LocalDateTime pstTime)
-
-