Package io.keikai.model.impl
Class ColumnRefImpl
- java.lang.Object
-
- io.keikai.model.impl.RefImpl
-
- io.keikai.model.impl.ColumnRefImpl
-
public class ColumnRefImpl extends RefImpl implements ColumnRef
- Since:
- 3.8.0
- Author:
- henrichen
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description ColumnRefImpl(java.lang.String bookName, java.lang.String sheetName, java.lang.String tableName, org.apache.poi.ss.formula.ptg.TablePtg.Item item1, org.apache.poi.ss.formula.ptg.TablePtg.Item item2, java.lang.String columnName1, java.lang.String columnName2, boolean withHeaders, int row, int column, int lastRow, int lastColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetColumnName1()java.lang.StringgetColumnName2()java.lang.StringgetTableName()inthashCode()booleanisWithHeaders()java.lang.StringtoString()-
Methods inherited from class io.keikai.model.impl.RefImpl
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.keikai.model.sys.dependency.Ref
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
-
-
-
Constructor Detail
-
ColumnRefImpl
public ColumnRefImpl(java.lang.String bookName, java.lang.String sheetName, java.lang.String tableName, org.apache.poi.ss.formula.ptg.TablePtg.Item item1, org.apache.poi.ss.formula.ptg.TablePtg.Item item2, java.lang.String columnName1, java.lang.String columnName2, boolean withHeaders, int row, int column, int lastRow, int lastColumn)
-
-
Method Detail
-
getTableName
public java.lang.String getTableName()
- Specified by:
getTableNamein interfaceColumnRef
-
getColumnName1
public java.lang.String getColumnName1()
- Specified by:
getColumnName1in interfaceColumnRef
-
getColumnName2
public java.lang.String getColumnName2()
- Specified by:
getColumnName2in interfaceColumnRef
-
isWithHeaders
public boolean isWithHeaders()
- Specified by:
isWithHeadersin interfaceColumnRef
-
-