Class RevisionCellChangeImpl

java.lang.Object
io.keikai.model.impl.RevisionImpl
io.keikai.model.impl.RevisionCellChangeImpl
All Implemented Interfaces:
SRevision, SRevisionCellChange, Serializable

public class RevisionCellChangeImpl extends RevisionImpl implements SRevisionCellChange, Serializable
Implementation of SRevisionCellChange for tracking cell value changes.
Since:
7.0.0
See Also:
  • Constructor Details

    • RevisionCellChangeImpl

      public RevisionCellChangeImpl(long id, String author, Date timestamp, String sheetName, String cellRef, Object oldValue, Object newValue, SCell.CellType oldType, SCell.CellType newType)
      Creates a new cell change revision.
      Parameters:
      id - the revision ID
      author - the author name
      timestamp - the timestamp
      sheetName - the sheet name
      cellRef - the cell reference (e.g. "A1")
      oldValue - the old cell value
      newValue - the new cell value
      oldType - the old cell type
      newType - the new cell type
  • Method Details