Package io.jmix.dynmodel
Class DynamicEntity
java.lang.Object
io.jmix.dynmodel.DynamicEntity
- All Implemented Interfaces:
CopyingSystemState<DynamicEntity>,Entity,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcopyFrom(DynamicEntity source) Invoked by the framework when copying the entity instance.booleangetId()<T> TinthashCode()voidvoidvoidtoString()
-
Field Details
-
ID_ATTR
- See Also:
-
id
-
properties
-
entityEntry
-
-
Constructor Details
-
DynamicEntity
public DynamicEntity()
-
-
Method Details
-
getId
-
setId
-
getValue
-
setValue
-
setValue
-
__getEntityEntry
- Specified by:
__getEntityEntryin interfaceEntity
-
__copyEntityEntry
public void __copyEntityEntry()- Specified by:
__copyEntityEntryin interfaceEntity
-
copyFrom
Description copied from interface:CopyingSystemStateInvoked by the framework when copying the entity instance.- Specified by:
copyFromin interfaceCopyingSystemState<DynamicEntity>- Parameters:
source- source entity
-
equals
-
hashCode
public int hashCode() -
toString
-