Package io.jmix.chartsflowui.data.item
Class MapDataItem
java.lang.Object
io.jmix.chartsflowui.data.item.MapDataItem
- All Implemented Interfaces:
DataItem
,Serializable
Data item, which is a set of key-value pairs.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
properties
-
id
-
-
Constructor Details
-
MapDataItem
public MapDataItem() -
MapDataItem
-
-
Method Details
-
getValue
-
add
Adds value with given key.- Parameters:
key
- name of propertyvalue
- property value- Returns:
- this
MapDataItem
-
remove
Removes property from thisMapDataItem
- Parameters:
key
- name of property
-
getId
-