br.ufg.integrate.xml.bean
Class DataSources
java.lang.Object
br.ufg.integrate.xml.bean.DataSources
- All Implemented Interfaces:
- Serializable
public class DataSources
- extends Object
- implements Serializable
- Version:
- 0.1
Mantém 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 |
DataSources
public DataSources()
addDataSource
public void addDataSource(DataSource aSource)
- Insere DataSource na coleção
get
public DataSource get(int idx)
- Retorna DataSource consultado pelo índice.
- Returns:
- Um DataSource
get
public DataSource get(String id)
- Retorna DataSource consultado pelo identificador.
- Returns:
- Um DataSource
getDataSources
public List<DataSource> getDataSources()
- Returns:
- Returns the dataSources collection.
Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.