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
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(String bookName, String sheetName, String tableName, TablePtg.Item item1, TablePtg.Item item2, String columnName1, 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 boolean
equals(Object obj)
String
getColumnName1()
String
getColumnName2()
String
getTableName()
int
hashCode()
boolean
isWithHeaders()
String
toString()
-
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(String bookName, String sheetName, String tableName, TablePtg.Item item1, TablePtg.Item item2, String columnName1, String columnName2, boolean withHeaders, int row, int column, int lastRow, int lastColumn)
-
-
Method Detail
-
getTableName
public String getTableName()
- Specified by:
getTableName
in interfaceColumnRef
-
getColumnName1
public String getColumnName1()
- Specified by:
getColumnName1
in interfaceColumnRef
-
getColumnName2
public String getColumnName2()
- Specified by:
getColumnName2
in interfaceColumnRef
-
isWithHeaders
public boolean isWithHeaders()
- Specified by:
isWithHeaders
in interfaceColumnRef
-
-