Class EntityDescriptor
java.lang.Object
io.jmix.aitools.dataload.introspection.model.EntityDescriptor
Full description of an introspected entity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Nullable Stringprotected Stringprotected List<EntityPropertyDescriptor> -
Constructor Summary
ConstructorsConstructorDescriptionEntityDescriptor(String name, List<String> localizedNames, List<EntityPropertyDescriptor> properties, @Nullable String comment) -
Method Summary
-
Field Details
-
name
-
localizedNames
-
properties
-
comment
-
-
Constructor Details
-
EntityDescriptor
-
-
Method Details
-
getName
Returns the Jmix entity name.- Returns:
- entity name
-
getComment
Returns the entity comment.- Returns:
- comment text, or
nullif none
-
getLocalizedNames
Returns the entity captions for the configured locales.- Returns:
- localized entity names
-
getProperties
Returns the descriptors of the entity's properties.- Returns:
- property descriptors
-
toString
-