Class RevisionFormatImpl

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

public class RevisionFormatImpl extends RevisionImpl implements SRevisionFormat, Serializable
Implementation of SRevisionFormat for tracking format changes.
Since:
7.0.0
See Also:
  • Constructor Details

    • RevisionFormatImpl

      public RevisionFormatImpl(long id, String author, Date timestamp, String sheetName, CellRegion cellRegion, String description)
      Creates a new format change revision.
      Parameters:
      id - the revision ID
      author - the author name
      timestamp - the timestamp
      sheetName - the sheet name
      cellRegion - the affected cell region
      description - a textual description of the format change
  • Method Details