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 SummaryConstructors Constructor Description SnapRow()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RowgetSourceRow()Returns the row encapsulated by this row.java.lang.Objectput(Property aProperty, java.lang.Object anObj)Override put to do conversion.protected voidsetSourceRow(Row aRow)Sets the row encapsulated by this row.- 
Methods inherited from class com.inductiveautomation.snap.web.Rowadd, 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.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 
- 
 
-