Package io.keikai.model.impl
Class ColumnPrecedentRefImpl
- java.lang.Object
-
- io.keikai.model.impl.RefImpl
-
- io.keikai.model.impl.ColumnPrecedentRefImpl
-
- All Implemented Interfaces:
ColumnPrecedentRef
,Ref
,Serializable
public class ColumnPrecedentRefImpl extends RefImpl implements ColumnPrecedentRef
Implementation of precedent reference toColumnRef
s.- Since:
- 3.8.0
- Author:
- henri
- 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 ColumnPrecedentRefImpl(String bookName, String tableName, String columnName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getColumnName()
String
getTableName()
int
hashCode()
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
-
-
-
-
Method Detail
-
getTableName
public String getTableName()
- Specified by:
getTableName
in interfaceColumnPrecedentRef
-
getColumnName
public String getColumnName()
- Specified by:
getColumnName
in interfaceColumnPrecedentRef
-
-