Class 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 Detail

      • AccountStmt

        public AccountStmt()
    • 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.