br.ufg.integrate.lookup.schema.jdbc
Class AttributeRefImpl

java.lang.Object
  extended by br.ufg.integrate.lookup.schema.jdbc.AttributeRefImpl
All Implemented Interfaces:
AttributeRef

public class AttributeRefImpl
extends Object
implements AttributeRef

Version:
0.1 Referencia a tabela e a coluna que referencia e a tabela e a coluna referenciada (estrangeira).
Author:
Rogerio

Constructor Summary
AttributeRefImpl()
           
 
Method Summary
 String getAttributeFK()
          Referência ao atributo estrangeito.
 String getAttributePK()
          Referência ao atributo que referencia algum outra entidade.
 String getEntityFK()
          Obtém a entidade referenciada.
 String getEntityPK()
          Referência para a entidade que faz a referência.
 void setAttributeFK(String attributeFk)
           
 void setAttributePK(String attributePk)
           
 void setEntityFK(String entityFk)
           
 void setEntityPK(String entityPk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeRefImpl

public AttributeRefImpl()
Method Detail

getAttributeFK

public String getAttributeFK()
Description copied from interface: AttributeRef
Referência ao atributo estrangeito.

Specified by:
getAttributeFK in interface AttributeRef
Returns:
Atributo 'foreign key'.

getAttributePK

public String getAttributePK()
Description copied from interface: AttributeRef
Referência ao atributo que referencia algum outra entidade.

Specified by:
getAttributePK in interface AttributeRef
Returns:
Atributo-chave que referencia outra entidade.

getEntityFK

public String getEntityFK()
Description copied from interface: AttributeRef
Obtém a entidade referenciada.

Specified by:
getEntityFK in interface AttributeRef
Returns:
Entidade refernciada.

getEntityPK

public String getEntityPK()
Description copied from interface: AttributeRef
Referência para a entidade que faz a referência.

Specified by:
getEntityPK in interface AttributeRef
Returns:
Entidade que faz a referência.

setAttributeFK

public void setAttributeFK(String attributeFk)
Specified by:
setAttributeFK in interface AttributeRef

setAttributePK

public void setAttributePK(String attributePk)
Specified by:
setAttributePK in interface AttributeRef

setEntityFK

public void setEntityFK(String entityFk)
Specified by:
setEntityFK in interface AttributeRef

setEntityPK

public void setEntityPK(String entityPk)
Specified by:
setEntityPK in interface AttributeRef


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