@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.
|
LedgerAccount |
getAccount() |
BigDecimal |
getTotalCredit() |
BigDecimal |
getTotalDebit() |
PostingTrace |
getYoungestPst() |
static String |
makeId(LedgerAccount account,
LocalDateTime pstTime,
int stmtSeqNbr) |
static String |
makeOperationId(LedgerAccount account,
LocalDateTime pstTime) |
void |
prePersist() |
void |
setAccount(LedgerAccount account) |
void |
setTotalCredit(BigDecimal totalCredit) |
void |
setTotalDebit(BigDecimal totalDebit) |
void |
setYoungestPst(PostingTrace youngestPst) |
getId, getLatestPst, getPosting, getPstTime, getStmtSeqNbr, getStmtStatus, setId, setLatestPst, setPosting, setPstTime, setStmtSeqNbr, setStmtStatuspublic 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)
public LedgerAccount getAccount()
public void setAccount(LedgerAccount account)
public PostingTrace getYoungestPst()
public void setYoungestPst(PostingTrace youngestPst)
public BigDecimal getTotalDebit()
public void setTotalDebit(BigDecimal totalDebit)
public BigDecimal getTotalCredit()
public void setTotalCredit(BigDecimal totalCredit)
Copyright © 2019. All rights reserved.