|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.datasource.jdbc.model.Table
public final class Table
Base class for database table representation
Constructor Summary | |
---|---|
Table()
Default constructor |
|
Table(java.lang.String name)
Constructor with name |
|
Table(java.lang.String name,
java.lang.String schema)
Constructor with name and schema |
|
Table(java.lang.String name,
java.lang.String schema,
java.lang.String alias)
Constructor with name and schema and alias |
Method Summary | |
---|---|
java.lang.String |
getAlias()
Get the alias |
java.util.List<Attribute> |
getAttributes()
Get table attributes |
java.lang.String |
getFROMReference()
Get the table from a reference |
java.lang.String |
getName()
Gets the name value |
java.lang.String |
getReference()
Get the table reference |
java.lang.String |
getSchema()
Gets the schema value |
java.lang.String |
getUrl()
Gets the URL value |
void |
setAlias(java.lang.String alias)
Set the alias |
void |
setAttributes(java.util.List<Attribute> attributes)
Sets the value of attributes |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setSchema(java.lang.String schema)
Sets the value of schema |
void |
setUrl(java.lang.String url)
Sets the value of URL |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Table()
public Table(java.lang.String name)
name
- the table namepublic Table(java.lang.String name, java.lang.String schema, java.lang.String alias)
name
- table nameschema
- database schemaalias
- table aliaspublic Table(java.lang.String name, java.lang.String schema)
name
- table nameschema
- table schemaMethod Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the URL to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getSchema()
public java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias
- the alias to setpublic void setSchema(java.lang.String schema)
schema
- the schema to setpublic void setAttributes(java.util.List<Attribute> attributes)
attributes
- the attributes to setpublic java.util.List<Attribute> getAttributes()
public java.lang.String getReference()
public java.lang.String getFROMReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |