br.ufg.integrate.lookup.schema
Interface Entity

All Known Implementing Classes:
Table

public interface Entity

Version:
0.1 Representa um conjunto de elementos de um mesmo tipo.
Author:
Rogerio

Method Summary
 List<AttributeRef> getAttributeRefs()
          Coleção de atributos desta entidade que referenciam outras entidades.
 List<Attribute> getAttributes()
          Coleção de atributos desta entidade.
 String getName()
          Nome desta entidade.
 void setAttributes(List<Attribute> attributes)
           
 void setAttributesRefs(List<AttributeRef> refs)
           
 

Method Detail

getAttributes

List<Attribute> getAttributes()
Coleção de atributos desta entidade.

Returns:
Coleção de atributos.

getName

String getName()
Nome desta entidade.

Returns:
Nome da entidade.

getAttributeRefs

List<AttributeRef> getAttributeRefs()
Coleção de atributos desta entidade que referenciam outras entidades.

Returns:
Coleção de atributos referenciados.

setAttributes

void setAttributes(List<Attribute> attributes)

setAttributesRefs

void setAttributesRefs(List<AttributeRef> refs)


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