@MappedSuperclass public abstract class FinancialStmt extends Object
A trial balance is also a financial statement on the balance sheet that is not closed.
You can continuously modify trial balances by adding posting and recomputing some balances.
No changes are allowed in a ledger when the ledger has closed with a financial statement.
| Constructor and Description |
|---|
FinancialStmt() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
PostingTrace |
getLatestPst() |
Posting |
getPosting() |
LocalDateTime |
getPstTime() |
int |
getStmtSeqNbr() |
StmtStatus |
getStmtStatus() |
void |
setId(String id) |
void |
setLatestPst(PostingTrace latestPst) |
void |
setPosting(Posting posting) |
void |
setPstTime(LocalDateTime pstTime) |
void |
setStmtSeqNbr(int stmtSeqNbr) |
void |
setStmtStatus(StmtStatus stmtStatus) |
public LocalDateTime getPstTime()
public int getStmtSeqNbr()
public String getId()
public StmtStatus getStmtStatus()
public void setId(String id)
public void setPstTime(LocalDateTime pstTime)
public void setStmtStatus(StmtStatus stmtStatus)
public void setStmtSeqNbr(int stmtSeqNbr)
public PostingTrace getLatestPst()
public void setLatestPst(PostingTrace latestPst)
public Posting getPosting()
public void setPosting(Posting posting)
Copyright © 2019. All rights reserved.