Class EntityDescriptor

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

public class EntityDescriptor extends Object
Full description of an introspected entity.
  • Field Details

  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the Jmix entity name.
      Returns:
      entity name
    • getComment

      public @Nullable String getComment()
      Returns the entity comment.
      Returns:
      comment text, or null if none
    • getLocalizedNames

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

      public List<EntityPropertyDescriptor> getProperties()
      Returns the descriptors of the entity's properties.
      Returns:
      property descriptors
    • toString

      public String toString()
      Overrides:
      toString in class Object