Class RevisionQueryTable
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.RevisionQueryTable
The Class RevisionQueryTable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the field id.Gets the query table reference.intGets the sheet id.voidsetFieldID(int fieldID)Sets the field id.voidsetQueryTableReference(String queryTableReference)Sets the query table reference.voidsetSheetID(int sheetID)Sets the sheet id.toString()
-
Constructor Details
-
RevisionQueryTable
public RevisionQueryTable()Instantiates a new revision query table.
-
-
Method Details
-
clone
-
toString
-
getQueryTableReference
Gets the query table reference.- Returns:
- the query table reference
-
setQueryTableReference
Sets the query table reference.- Parameters:
queryTableReference- the new query table reference
-
getFieldID
public int getFieldID()Gets the field id.- Returns:
- the field id
-
setFieldID
public void setFieldID(int fieldID)Sets the field id.- Parameters:
fieldID- the new field 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
-