public class RevisionRenameSheet
Property Getters/Setters Summary | ||
---|---|---|
int | getId() | |
Gets the number of this revision.
|
||
java.lang.String | getNewName() | |
Gets the new name of the worksheet.
|
||
java.lang.String | getOldName() | |
Gets the old name of the worksheet.
|
||
int | getType() | |
Represents the type of the revision.
The value of the property is RevisionType integer constant. |
||
Worksheet | getWorksheet() | |
Gets the worksheet.
|
public int getType()
public java.lang.String getOldName()
public java.lang.String getNewName()
public Worksheet getWorksheet()
public int getId()