br.ufg.integrate.xml.bean
Class Integrations
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Integrations
public Integrations()
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.