Class SnapRow

All Implemented Interfaces:
RMJSONArchiver.GetKeys, RMJSONArchiver.GetValue, RMJSONArchiver.SetValue, PropertyChangeListener, Serializable, Cloneable, EventListener, Map<String,Object>

public class SnapRow extends Row
A row for SnapSite.
See Also:
  • Constructor Details

    • SnapRow

      public SnapRow()
  • Method Details

    • getSourceRow

      public Row getSourceRow()
      Returns the row encapsulated by this row.
    • setSourceRow

      protected void setSourceRow(Row aRow)
      Sets the row encapsulated by this row.
    • put

      public Object put(Property aProperty, Object anObj)
      Override put to do conversion.
      Overrides:
      put in class Row