Class ObjectWithUID

java.lang.Object
com.j_spaces.jdbc.driver.ObjectWithUID
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Blob, Clob

public class ObjectWithUID extends Object implements 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 Details

    • entryUID

      protected String entryUID
    • objectIndex

      protected int objectIndex
  • Constructor Details

    • ObjectWithUID

      public ObjectWithUID()
  • Method Details

    • getEntryUID

      public String getEntryUID()
      Returns:
      Returns the entryUID.
    • setEntryUID

      public void setEntryUID(String entryUID)
      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.