btree
Class LeafData

java.lang.Object
  extended bybtree.DataClass
      extended bybtree.LeafData

public class LeafData
extends DataClass

IndexData: It extends the DataClass. It defines the data "rid" for leaf node in B++ tree.


Method Summary
 RID getData()
          get a copy of the rid
 void setData(RID rid)
          set the rid
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()

getData

public RID getData()
get a copy of the rid

Returns:
the reference of the copy

setData

public void setData(RID rid)
set the rid