|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.ufg.integrate.xml.bean.Integration
public class Integration
Constructor Summary | |
---|---|
Integration()
|
Method Summary | |
---|---|
void |
addTarget(String aTarget)
Insere o identificador de uma fonte de dados de destino na coleção. |
String |
getId()
Retorna o identificador desta integração. |
String |
getSource()
Retorna o identificador da fonted e dados de origem desta integração. |
String |
getTarget(int idx)
Retorna o identificador de fonte de dados no índice informado. |
List<String> |
getTargets()
Retorna a coleção de fontes de dados de destino. |
void |
setId(String id)
Define o identificador desta integração. |
void |
setSource(String aSource)
Define o identificador da fonte de dados de origem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Integration()
Method Detail |
---|
public void addTarget(String aTarget)
aTarget
- Identificador definido no arquivo 'integrate-datasourecs.xml'.public String getId()
public String getTarget(int idx)
idx
- Índice da coleção.
public String getSource()
public List<String> getTargets()
public void setId(String id)
id
- public void setSource(String aSource)
aSource
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |