br.ufg.integrate.wrapper.query
Class Queries

java.lang.Object
  extended by br.ufg.integrate.wrapper.query.Queries

public class Queries
extends Object

Version:
0.1 Mantém coleção de objetos do tipo Query.
Author:
Rogerio

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

Constructor Detail

Queries

public Queries()
Method Detail

addQuery

public void addQuery(Query aQuery)
Insere Query na coleção


get

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

Returns:
Um Query

get

public Query get(String id)
Retorna Query consultado pelo identificador.

Returns:
Um Query

getQueries

public List<Query> getQueries()
Returns:
Retorna a coleção de Query's.


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