Package org.teamapps.data.value
Interface MutableDataRecord
-
- All Superinterfaces:
DataRecord
- All Known Implementing Classes:
SimpleDataRecord
@Deprecated public interface MutableDataRecord extends DataRecord
Deprecated.will get removed soon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MutableDataRecordsetValue(java.lang.String key, java.lang.Object value)Deprecated.-
Methods inherited from interface org.teamapps.data.value.DataRecord
getAllValuesAsMap, getBooleanValue, getDoubleValue, getIntValue, getLongValue, getPropertyNames, getStringValue, getValue
-
-
-
-
Method Detail
-
setValue
MutableDataRecord setValue(java.lang.String key, java.lang.Object value)
Deprecated.
-
-