gov.nih.nci.system.query.cql
Class CQLQuery

java.lang.Object
  extended by gov.nih.nci.system.query.cql.CQLQuery
All Implemented Interfaces:
java.io.Serializable

public class CQLQuery
extends java.lang.Object
implements java.io.Serializable

Author:
Satish Patel
See Also:
Serialized Form

Constructor Summary
CQLQuery()
           
CQLQuery(CQLObject target)
           
 
Method Summary
 CQLObject getTarget()
          Gets the target value for this CQLQuery.
 void setTarget(CQLObject target)
          Sets the target value for this CQLQuery.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CQLQuery

public CQLQuery()

CQLQuery

public CQLQuery(CQLObject target)
Method Detail

getTarget

public CQLObject getTarget()
Gets the target value for this CQLQuery.

Returns:
target Defines the target data type of a CQL query

setTarget

public void setTarget(CQLObject target)
Sets the target value for this CQLQuery.

Parameters:
target - Defines the target data type of a CQL query