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
Implementation of precedent reference to
ColumnRefs.- Since:
- 3.8.0
- Author:
- henri
- 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
ConstructorsConstructorDescriptionColumnPrecedentRefImpl(String bookName, String tableName, String columnName) -
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
-
ColumnPrecedentRefImpl
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getTableName
- Specified by:
getTableNamein interfaceColumnPrecedentRef
-
getColumnName
- Specified by:
getColumnNamein interfaceColumnPrecedentRef
-
toString
-