|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.ufg.integrate.lookup.schema.jdbc.SchemaImpl
public class SchemaImpl
| Constructor Summary | |
|---|---|
SchemaImpl()
|
|
SchemaImpl(String name)
|
|
| Method Summary | |
|---|---|
void |
addEntity(Entity e)
Insere uma entidade na coleção. |
List<Entity> |
getEntities()
Retorna a coleção de entidades da fonte de dados. |
Entity |
getEntity(String entityName)
Retorna a referência para entidade solicitada pelo nome, somente se a mesma fizer parte da coleção. |
String |
getId()
Retorna a identificação deste esquema, presente no arquivo 'integra-datasources.xml'. |
String |
getName()
Retorna o nome do esquema, que é opcional. |
void |
setId(String id)
|
void |
setName(String aName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaImpl()
public SchemaImpl(String name)
| Method Detail |
|---|
public void addEntity(Entity e)
Schema
addEntity in interface Schemapublic String getId()
Schema
getId in interface Schemapublic String getName()
Schema
getName in interface Schemapublic Entity getEntity(String entityName)
getEntity in interface Schemapublic List<Entity> getEntities()
Schema
getEntities in interface Schemapublic void setId(String id)
setId in interface Schemapublic void setName(String aName)
setName in interface Schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||