org.eyedb
Class ObjectLocation

java.lang.Object
  extended by org.eyedb.ObjectLocation

public class ObjectLocation
extends java.lang.Object


Nested Class Summary
static class ObjectLocation.Info
           
 
Method Summary
 Database getDatabase()
           
 short getDatid()
           
 short getDspid()
           
 ObjectLocation.Info getInfo()
           
 Oid getOid()
           
 int getSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDatabase

public Database getDatabase()

getOid

public Oid getOid()

getDspid

public short getDspid()

getDatid

public short getDatid()

getSize

public int getSize()

getInfo

public ObjectLocation.Info getInfo()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object