Class NamedEntity
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.BaseEntity
-
- de.adorsys.ledgers.postings.db.domain.NamedEntity
-
- Direct Known Subclasses:
ChartOfAccount,Ledger,LedgerAccount
@MappedSuperclass public abstract class NamedEntity extends BaseEntity
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 protectedNamedEntity()protectedNamedEntity(String id, LocalDateTime created, String user, String shortDesc, String longDesc, String name)
-