Package io.keikai.model.impl
Class ObjectRefImpl
- java.lang.Object
-
- io.keikai.model.impl.RefImpl
-
- io.keikai.model.impl.ObjectRefImpl
-
- All Implemented Interfaces:
ObjectRef
,Ref
,Serializable
public class ObjectRefImpl extends RefImpl implements ObjectRef
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.ObjectRef
ObjectRef.ObjectType
-
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 ObjectRefImpl(AbstractChartAdv chart, String objectId)
ObjectRefImpl(AbstractChartAdv chart, String[] objectIdPath)
ObjectRefImpl(AbstractDataValidationAdv validation, String objectId)
ObjectRefImpl(String bookName, String sheetName, String objectId, ObjectRef.ObjectType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getObjectId()
String[]
getObjectIdPath()
ObjectRef.ObjectType
getObjectType()
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
-
-
-
-
Constructor Detail
-
ObjectRefImpl
public ObjectRefImpl(AbstractChartAdv chart, String[] objectIdPath)
-
ObjectRefImpl
public ObjectRefImpl(AbstractChartAdv chart, String objectId)
-
ObjectRefImpl
public ObjectRefImpl(AbstractDataValidationAdv validation, String objectId)
-
ObjectRefImpl
public ObjectRefImpl(String bookName, String sheetName, String objectId, ObjectRef.ObjectType type)
-
-
Method Detail
-
getObjectId
public String getObjectId()
- Specified by:
getObjectId
in interfaceObjectRef
-
getObjectIdPath
public String[] getObjectIdPath()
- Specified by:
getObjectIdPath
in interfaceObjectRef
-
getObjectType
public ObjectRef.ObjectType getObjectType()
- Specified by:
getObjectType
in interfaceObjectRef
-
-