br.ufg.integrate.wrapper.query
Class QueryRef

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

public class QueryRef
extends Object

Version:
0.1 Encapsula uma referência entre entidades em uma consulta feita em arquivo XML.
Author:
Rogerio

Constructor Summary
QueryRef()
           
 
Method Summary
 String getAttributeRef()
          Retorna o atributo referenciado.
 String getEntity()
          Retorna a entidade referenciada.
 void setAttributeRef(String att)
          Define o atributo referenciado.
 void setEntity(String entity)
          Define a entidade referenciada.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryRef

public QueryRef()
Method Detail

getAttributeRef

public String getAttributeRef()
Retorna o atributo referenciado.


getEntity

public String getEntity()
Retorna a entidade referenciada.

Returns:
Entidade referenciada.

setAttributeRef

public void setAttributeRef(String att)
Define o atributo referenciado.


setEntity

public void setEntity(String entity)
Define a entidade referenciada.

Parameters:
entity -


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