Class AccountStmt
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.FinancialStmt
-
- de.adorsys.ledgers.postings.db.domain.AccountStmt
-
@Entity public class AccountStmt extends FinancialStmt
The id of a statement is generally identical to the id of the documenting posting.- Author:
- fpo
-
-
Constructor Summary
Constructors Constructor Description AccountStmt()
-
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(LedgerAccount account, LocalDateTime pstTime, int stmtSeqNbr)static StringmakeOperationId(LedgerAccount account, 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(LedgerAccount account, LocalDateTime pstTime, int stmtSeqNbr)
-
makeOperationId
public static String makeOperationId(LedgerAccount account, LocalDateTime pstTime)
-
-