Class BaseExternalDocument
- java.lang.Object
-
- com.rcore.database.mongo.commons.document.BaseDocument
-
- io.foodtechlab.common.mongo.documents.BaseExternalDocument
-
public abstract class BaseExternalDocument extends com.rcore.database.mongo.commons.document.BaseDocument
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.rcore.database.mongo.commons.document.BaseDocument
com.rcore.database.mongo.commons.document.BaseDocument.BaseDocumentBuilder<C extends com.rcore.database.mongo.commons.document.BaseDocument,B extends com.rcore.database.mongo.commons.document.BaseDocument.BaseDocumentBuilder<C,B>>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<io.foodtechlab.common.domain.entities.ExternalLink>externalLinksссылки на внешние системы
-
Constructor Summary
Constructors Constructor Description BaseExternalDocument()
-
-
-
Field Detail
-
externalLinks
protected List<io.foodtechlab.common.domain.entities.ExternalLink> externalLinks
ссылки на внешние системы
-
-