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

    Fields
    Modifier and Type
    Field
    Description
    protected List<ExternalLink>
    ссылки на внешние системы

    Fields inherited from class com.rcore.domain.commons.entity.BaseEntity

    createdAt, id, updatedAt
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.rcore.domain.commons.entity.BaseEntity

    getCreatedAt, getId, getUpdatedAt, setCreatedAt, setId, setUpdatedAt

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface ru.foodtechlab.abe.domain.entities.ExternalProperty

    getExternalLinks, setExternalLinks
  • Field Details

  • Constructor Details

    • BaseExternalEntity

      public BaseExternalEntity()