Class EntityModel
java.lang.Object
io.jmix.datatools.datamodel.entity.EntityModel
A DTO class that represents a data model for an entity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetDataStore(String dataStore) voidvoidsetIsSystem(Boolean isSystem) voidvoidsetTableName(String tableName)
-
Constructor Details
-
EntityModel
public EntityModel()
-
-
Method Details
-
getDataStore
-
setDataStore
-
getIsSystem
-
setIsSystem
-
getTableName
-
setTableName
-
getName
-
setName
-
getId
-
setId
-