Class BaseEntity
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.BaseEntity
-
- Direct Known Subclasses:
NamedEntity
@MappedSuperclass public abstract class BaseEntity extends Object
The existence or value of a ledger entity is always considered relative to the posting date. When a book is closed, modification on ledger entities must lead to the creation of new entities.- Author:
- fpo
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseEntity()protectedBaseEntity(String id, LocalDateTime created, String userDetails, String shortDesc, String longDesc)
-
-
-
Constructor Detail
-
BaseEntity
protected BaseEntity()
-
BaseEntity
protected BaseEntity(String id, LocalDateTime created, String userDetails, String shortDesc, String longDesc)
-
-