|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.datasource.jdbc.model.Structure
public final class Structure
Class for definition of a generic structure from a data source. Multiple types : JDBC Table / JDBC View ...
Constructor Summary | |
---|---|
Structure()
Default constructor |
|
Structure(java.lang.String alias,
java.lang.String table)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getAlias()
Gets the alias value |
java.lang.String |
getName()
Gets the name value |
java.lang.String |
getSchemaName()
Gets the schemaName value |
java.lang.String |
getType()
Gets the type value |
void |
setAlias(java.lang.String alias)
Sets the value of alias |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setSchemaName(java.lang.String schemaName)
Sets the value of schemaName |
void |
setType(java.lang.String type)
Sets the value of type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Structure()
public Structure(java.lang.String alias, java.lang.String table)
alias
- aliastable
- table nameMethod Detail |
---|
public java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias
- the alias to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getSchemaName()
public void setSchemaName(java.lang.String schemaName)
schemaName
- the schemaName to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |