Package io.keikai.model.impl
Class ColumnRefImpl
java.lang.Object
io.keikai.model.impl.RefImpl
io.keikai.model.impl.ColumnRefImpl
- All Implemented Interfaces:
ColumnRef,Ref,Serializable
- Since:
- 3.8.0
- Author:
- henrichen
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType -
Field Summary
Fields inherited from class io.keikai.model.impl.RefImpl
bookName, lastSheetName, sheetName -
Constructor Summary
ConstructorsConstructorDescriptionColumnRefImpl(String bookName, String sheetName, String tableName, org.apache.poi.ss.formula.ptg.TablePtg.Item item1, org.apache.poi.ss.formula.ptg.TablePtg.Item item2, String columnName1, String columnName2, boolean withHeaders, int row, int column, int lastRow, int lastColumn) -
Method Summary
Methods inherited from class io.keikai.model.impl.RefImpl
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.keikai.model.sys.dependency.Ref
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
Constructor Details
-
ColumnRefImpl
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getTableName
- Specified by:
getTableNamein interfaceColumnRef
-
getColumnName1
- Specified by:
getColumnName1in interfaceColumnRef
-
getColumnName2
- Specified by:
getColumnName2in interfaceColumnRef
-
isWithHeaders
public boolean isWithHeaders()- Specified by:
isWithHeadersin interfaceColumnRef
-