Class EntitySummary

java.lang.Object
io.jmix.aitools.dataload.introspection.model.EntitySummary

public class EntitySummary extends Object
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 Details

    • entityName

      protected String entityName
    • localizedNames

      protected List<String> localizedNames
    • propertyNames

      protected List<String> propertyNames
    • propertyLocalizedNames

      protected List<String> propertyLocalizedNames
  • Constructor Details

  • Method Details

    • getEntityName

      public String getEntityName()
      Returns the Jmix entity name.
      Returns:
      entity name
    • getLocalizedNames

      public List<String> getLocalizedNames()
      Returns the entity captions for the configured locales.
      Returns:
      localized entity names
    • getPropertyNames

      public List<String> getPropertyNames()
      Returns the names of the entity's properties.
      Returns:
      property names
    • getPropertyLocalizedNames

      public List<String> getPropertyLocalizedNames()
      Returns the localized captions of the entity's properties.
      Returns:
      localized property names