com.mobixess.jodb.core.query
Class CandidateImpl

java.lang.Object
  extended by com.mobixess.jodb.core.query.CandidateImpl
All Implemented Interfaces:
Candidate

public class CandidateImpl
extends java.lang.Object
implements Candidate


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
 

Method Detail

getObject

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

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

include

public void include(boolean flag)
Description copied from interface: 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 Candidate
Parameters:
flag - inclusion.


Copyright © Mobixess Inc. All Rights Reserved.