br.ufg.integrate.xml.bean
Class Query

java.lang.Object
  extended by br.ufg.integrate.xml.bean.Query

Deprecated.

public class Query
extends Object

Version:
0.1 Coleção de objetos do tipo QueryTarget.
Author:
Rogerio

Constructor Summary
Query()
          Deprecated.  
 
Method Summary
 void addTarget(QueryTarget aTarget)
          Deprecated. Insere um QueryTarget na coleção
 QueryTarget get(int idx)
          Deprecated. Retorna QueryTarget consultado pelo índice.
 QueryTarget get(String id)
          Deprecated. Retorna QueryTarget consultado pelo identificador.
 List<QueryTarget> getTargets()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query()
Deprecated. 
Method Detail

addTarget

public void addTarget(QueryTarget aTarget)
Deprecated. 
Insere um QueryTarget na coleção


get

public QueryTarget get(int idx)
Deprecated. 
Retorna QueryTarget consultado pelo índice.

Returns:
Um QueryTarget

get

public QueryTarget get(String id)
Deprecated. 
Retorna QueryTarget consultado pelo identificador.

Returns:
Um QueryTarget

getTargets

public List<QueryTarget> getTargets()
Deprecated. 
Returns:
Returns the QueryTarget collection.


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.