br.ufg.integrate.xml.bean
Class Integrations

java.lang.Object
  extended by br.ufg.integrate.xml.bean.Integrations
All Implemented Interfaces:
Serializable

public class Integrations
extends Object
implements Serializable

Version:
0.1 Coleção de objetos do tipo DataSource.
Author:
Rogerio
See Also:
Serialized Form

Constructor Summary
Integrations()
           
 
Method Summary
 void addIntegration(Integration i)
           
 Integration get(int idx)
          Obtém a integração pelo índice da coleção.
 Integration get(String id)
          Obtém a integração pelo seu identificador.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Integrations

public Integrations()
Method Detail

addIntegration

public void addIntegration(Integration i)

get

public Integration get(int idx)
Obtém a integração pelo índice da coleção.

Parameters:
idx -
Returns:
Integração pelo índice.

get

public Integration get(String id)
Obtém a integração pelo seu identificador.

Parameters:
id -
Returns:
Integração pelo nome.


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