Class RevisionCellMove
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.RevisionCellMove
The Class RevisionCellMove.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the destination.Gets the revision cell changes.Gets the revision formats.intGets the revision id.intGets the sheet id.Gets the source.intGets the source sheet id.getUndos()Gets the undos.booleanChecks if is revision from rejection.booleanChecks if is revision undo rejected.voidsetDestination(String destination)Sets the destination.voidsetRevisionFromRejection(boolean revisionFromRejection)Sets the revision from rejection.voidsetRevisionID(int revisionID)Sets the revision id.voidsetRevisionUndoRejected(boolean revisionUndoRejected)Sets the revision undo rejected.voidsetSheetID(int sheetID)Sets the sheet id.voidSets the source.voidsetSourceSheetID(int sourceSheetID)Sets the source sheet id.toString()
-
Constructor Details
-
RevisionCellMove
public RevisionCellMove()Instantiates a new revision cell move.
-
-
Method Details
-
clone
-
toString
-
getUndos
Gets the undos.- Returns:
- the undos
-
getRevisionCellChanges
Gets the revision cell changes.- Returns:
- the revision cell changes
-
getRevisionFormats
Gets the revision formats.- Returns:
- the revision formats
-
getSource
Gets the source.- Returns:
- the source
-
setSource
Sets the source.- Parameters:
source- the new source
-
getDestination
Gets the destination.- Returns:
- the destination
-
setDestination
Sets the destination.- Parameters:
destination- the new destination
-
getSourceSheetID
public int getSourceSheetID()Gets the source sheet id.- Returns:
- the source sheet id
-
setSourceSheetID
public void setSourceSheetID(int sourceSheetID)Sets the source sheet id.- Parameters:
sourceSheetID- the new source sheet id
-
isRevisionUndoRejected
public boolean isRevisionUndoRejected()Checks if is revision undo rejected.- Returns:
- true, if is revision undo rejected
-
setRevisionUndoRejected
public void setRevisionUndoRejected(boolean revisionUndoRejected)Sets the revision undo rejected.- Parameters:
revisionUndoRejected- the new revision undo rejected
-
getRevisionID
public int getRevisionID()Gets the revision id.- Returns:
- the revision id
-
setRevisionID
public void setRevisionID(int revisionID)Sets the revision id.- Parameters:
revisionID- the new revision id
-
getSheetID
public int getSheetID()Gets the sheet id.- Returns:
- the sheet id
-
setSheetID
public void setSheetID(int sheetID)Sets the sheet id.- Parameters:
sheetID- the new sheet id
-
isRevisionFromRejection
public boolean isRevisionFromRejection()Checks if is revision from rejection.- Returns:
- true, if is revision from rejection
-
setRevisionFromRejection
public void setRevisionFromRejection(boolean revisionFromRejection)Sets the revision from rejection.- Parameters:
revisionFromRejection- the new revision from rejection
-