org.openmobileis.database.fastobjectdb.db.query.soda
Class FODBSodaCandidate

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaCandidate
All Implemented Interfaces:
org.odbms.Candidate

public final class FODBSodaCandidate
extends java.lang.Object
implements org.odbms.Candidate

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
FODBSodaCandidate()
           
 
Method Summary
 java.lang.Object getObject()
          returns the persistent object that is represented by this query Candidate.
 void include(boolean flag)
          specify whether the Candidate is to be included in the ObjectSet resultset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FODBSodaCandidate

public FODBSodaCandidate()
Method Detail

include

public void include(boolean flag)
Description copied from interface: org.odbms.Candidate
specify whether the Candidate is to be included in the ObjectSet resultset.

This method may be called multiple times. The last call prevails.

Specified by:
include in interface org.odbms.Candidate
Parameters:
flag - inclusion.

getObject

public java.lang.Object getObject()
Description copied from interface: org.odbms.Candidate
returns the persistent object that is represented by this query Candidate.

Specified by:
getObject in interface org.odbms.Candidate
Returns:
Object the persistent object.


Copyright 2006 OpenMobileIS. All Rights Reserved.