Package com.j_spaces.jdbc.driver
Class ObjectWithUID
java.lang.Object
com.j_spaces.jdbc.driver.ObjectWithUID
- All Implemented Interfaces:
Serializable
- Author:
- Michael Mitrani This object is the parent of clasess that hold space entries uids, like the Clob and Blob implementations
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetEntryUID(String entryUID) voidsetObjectIndex(int objectIndex)
-
Field Details
-
entryUID
-
objectIndex
protected int objectIndex
-
-
Constructor Details
-
ObjectWithUID
public ObjectWithUID()
-
-
Method Details
-
getEntryUID
- Returns:
- Returns the entryUID.
-
setEntryUID
- Parameters:
entryUID- The entryUID to set.
-
getObjectIndex
public int getObjectIndex()- Returns:
- Returns the objectIndex.
-
setObjectIndex
public void setObjectIndex(int objectIndex) - Parameters:
objectIndex- The objectIndex to set.
-