Package io.keikai.model.impl
Class RevisionFormatImpl
java.lang.Object
io.keikai.model.impl.RevisionImpl
io.keikai.model.impl.RevisionFormatImpl
- All Implemented Interfaces:
SRevision,SRevisionFormat,Serializable
Implementation of
SRevisionFormat for tracking format changes.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRevisionFormatImpl(long id, String author, Date timestamp, String sheetName, CellRegion cellRegion, String description) Creates a new format change revision. -
Method Summary
Modifier and TypeMethodDescriptionReturns the cell region affected by this format change.Returns a textual description of the format change.toString()Methods inherited from class io.keikai.model.impl.RevisionImpl
getAuthor, getId, getSheetName, getTimestamp, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.keikai.model.SRevision
getAuthor, getId, getSheetName, getTimestamp, getType
-
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 IDauthor- the author nametimestamp- the timestampsheetName- the sheet namecellRegion- the affected cell regiondescription- a textual description of the format change
-
-
Method Details
-
getCellRegion
Description copied from interface:SRevisionFormatReturns the cell region affected by this format change.- Specified by:
getCellRegionin interfaceSRevisionFormat- Returns:
- the cell region
-
getDescription
Description copied from interface:SRevisionFormatReturns a textual description of the format change.- Specified by:
getDescriptionin interfaceSRevisionFormat- Returns:
- the description
-
toString
- Overrides:
toStringin classRevisionImpl
-