Class BaseExternalEntity<Id>
java.lang.Object
com.rcore.domain.commons.entity.BaseEntity<Id>
ru.foodtechlab.abe.domain.entities.BaseExternalEntity<Id>
- Type Parameters:
Id- - тип идентификатора сущности
- All Implemented Interfaces:
ExternalProperty
public abstract class BaseExternalEntity<Id>
extends com.rcore.domain.commons.entity.BaseEntity<Id>
implements ExternalProperty
базовая сущность содержащая id-s для внешней привязки
-
Nested Class Summary
Nested classes/interfaces inherited from class com.rcore.domain.commons.entity.BaseEntity
com.rcore.domain.commons.entity.BaseEntity.BaseEntityBuilder<EntityId extends Object,C extends com.rcore.domain.commons.entity.BaseEntity<EntityId>, B extends com.rcore.domain.commons.entity.BaseEntity.BaseEntityBuilder<EntityId, C, B>> -
Field Summary
FieldsFields inherited from class com.rcore.domain.commons.entity.BaseEntity
createdAt, id, updatedAt -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.rcore.domain.commons.entity.BaseEntity
getCreatedAt, getId, getUpdatedAt, setCreatedAt, setId, setUpdatedAtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.foodtechlab.abe.domain.entities.ExternalProperty
getExternalLinks, setExternalLinks
-
Field Details
-
externalLinks
ссылки на внешние системы
-
-
Constructor Details
-
BaseExternalEntity
public BaseExternalEntity()
-