Class SnapRow
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- com.inductiveautomation.snap.web.Row
-
- com.inductiveautomation.snap.filedata.SnapRow
-
- All Implemented Interfaces:
RMJSONArchiver.GetKeys
,RMJSONArchiver.GetValue
,RMJSONArchiver.SetValue
,java.beans.PropertyChangeListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,java.util.Map<java.lang.String,java.lang.Object>
public class SnapRow extends Row
A row for SnapSite.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Row
getSourceRow()
Returns the row encapsulated by this row.java.lang.Object
put(Property aProperty, java.lang.Object anObj)
Override put to do conversion.protected void
setSourceRow(Row aRow)
Sets the row encapsulated by this row.-
Methods inherited from class com.inductiveautomation.snap.web.Row
add, add, addPropertyChangeListener, createOriginal, delete, equals, firePropertyChange, get, get, get, getEntity, getExists, getJSONKeys, getJSONValue, getModifiedTime, getOriginal, getPrimaryValue, getProperty, getRaw, getSite, getUnresolvedRelationRows, getValue, getValue, initValues, isModified, propertyChange, put, remove, remove, removePropertyChangeListener, save, setEntity, setExists, setJSONValue, setModified, setModifiedTime, setSite, toString
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-