org.mydm.search
Class SRFoundEventImpl

java.lang.Object
  extended byorg.mydm.search.SRFoundEventImpl
All Implemented Interfaces:
SearchResFoundEvent

public class SRFoundEventImpl
extends java.lang.Object
implements SearchResFoundEvent

Search Result found event. The search results found in the searching are notified to the Search Result Listeners with this event. It is simply a container for the meta information of the result. Currently we have only the EDocument in the this container.


Constructor Summary
SRFoundEventImpl()
           
 
Method Summary
 EDocument getEDocument()
          Gets the EDocument Found in the result.
 void setEDocument(EDocument edoc)
          Sets the EDocument found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRFoundEventImpl

public SRFoundEventImpl()
Method Detail

getEDocument

public EDocument getEDocument()
Description copied from interface: SearchResFoundEvent
Gets the EDocument Found in the result.

Specified by:
getEDocument in interface SearchResFoundEvent
Returns:
edoc EDocument found

setEDocument

public void setEDocument(EDocument edoc)
Description copied from interface: SearchResFoundEvent
Sets the EDocument found.

Specified by:
setEDocument in interface SearchResFoundEvent
Parameters:
edoc - EDocument