Class Posting

  • All Implemented Interfaces:
    HashItem<HashRecord>

    @Entity
    public class Posting
    extends HashRecord
    The word posting is associated with the moment at which the recorded operation is effective in the ledger. Therefore, we distinguish between following moments: - The operation time: the moment at which this operation took place.. - The posting time: the moment at which this operation is effectively posted to the ledger (e.g. having influence of an account balance). - The recording time: the moment at which this operation is recorded in the journal.
    • Constructor Detail

      • Posting

        public Posting()
    • Method Detail

      • synchLines

        public void synchLines()