Class EntitySummary
java.lang.Object
io.jmix.aitools.dataload.introspection.model.EntitySummary
Compact summary of an entity for listing: its name, localized names and the names (raw and
localized) of its properties, without full per-property details.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Jmix entity name.Returns the entity captions for the configured locales.Returns the localized captions of the entity's properties.Returns the names of the entity's properties.
-
Field Details
-
entityName
-
localizedNames
-
propertyNames
-
propertyLocalizedNames
-
-
Constructor Details
-
EntitySummary
-
-
Method Details
-
getEntityName
Returns the Jmix entity name.- Returns:
- entity name
-
getLocalizedNames
Returns the entity captions for the configured locales.- Returns:
- localized entity names
-
getPropertyNames
Returns the names of the entity's properties.- Returns:
- property names
-
getPropertyLocalizedNames
Returns the localized captions of the entity's properties.- Returns:
- localized property names
-