Class HashRecord
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.HashRecord
-
- All Implemented Interfaces:
HashItem<HashRecord>
- Direct Known Subclasses:
Posting
@MappedSuperclass public abstract class HashRecord extends Object implements HashItem<HashRecord>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringantecedentHashprotected StringantecedentIdprotected Stringhash
-
Constructor Summary
Constructors Constructor Description HashRecord()
-
-
-
Method Detail
-
getAlg
public String getAlg()
- Specified by:
getAlgin interfaceHashItem<HashRecord>
-
getItem
public HashRecord getItem()
- Specified by:
getItemin interfaceHashItem<HashRecord>
-
-