org.oreodata.ref
Interface RecordPointer

All Known Implementing Classes:
RecordProxy, SimpleRecordPointer

public interface RecordPointer

A marker interface for an object that represents a pointer to a record.

Author:
Jonathan Revusky

Method Summary
 Record getUnderlyingRecord()
           
 void wipeCachedInfo()
           
 

Method Detail

getUnderlyingRecord

public Record getUnderlyingRecord()

wipeCachedInfo

public void wipeCachedInfo()