br.ufg.integrate.xml.bean
Class QueryTarget

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

Deprecated.

public class QueryTarget
extends Object

Version:
0.1
Author:
Rogerio

Constructor Summary
QueryTarget()
          Deprecated.  
 
Method Summary
 String getId()
          Deprecated. Retorna o identificador do alvo.
 String getSql()
          Deprecated. Retorna a consulta a ser executada.
 void setId(String id)
          Deprecated. Define o identificador do alvo.
 void setSql(String sql)
          Deprecated. Define a consulta a ser executada.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTarget

public QueryTarget()
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 
Retorna o identificador do alvo.

Returns:
Identificador

getSql

public String getSql()
Deprecated. 
Retorna a consulta a ser executada.

Returns:
Consulta SQL.

setId

public void setId(String id)
Deprecated. 
Define o identificador do alvo.

Parameters:
id -

setSql

public void setSql(String sql)
Deprecated. 
Define a consulta a ser executada.

Parameters:
sql -


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