Class Posting
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.HashRecord
-
- de.adorsys.ledgers.postings.db.domain.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.
-
-
Field Summary
-
Fields inherited from class de.adorsys.ledgers.postings.db.domain.HashRecord
antecedentHash, antecedentId, hash
-
-
Constructor Summary
Constructors Constructor Description Posting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Postinghash()voidsynchLines()-
Methods inherited from class de.adorsys.ledgers.postings.db.domain.HashRecord
getAlg, getItem
-
-
-
-
Method Detail
-
hash
public Posting hash()
-
synchLines
public void synchLines()
-
-