fr.cnes.sitools.datasource.jdbc.model
Class Structure

java.lang.Object
  extended by fr.cnes.sitools.datasource.jdbc.model.Structure

public final class Structure
extends java.lang.Object

Class for definition of a generic structure from a data source. Multiple types : JDBC Table / JDBC View ...

Author:
jp.boignard (AKKA Technologies)

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

Structure

public Structure()
Default constructor


Structure

public Structure(java.lang.String alias,
                 java.lang.String table)
Constructor

Parameters:
alias - alias
table - table name
Method Detail

getAlias

public java.lang.String getAlias()
Gets the alias value

Returns:
the alias

setAlias

public void setAlias(java.lang.String alias)
Sets the value of alias

Parameters:
alias - the alias to set

getType

public java.lang.String getType()
Gets the type value

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the value of type

Parameters:
type - the type to set

getSchemaName

public java.lang.String getSchemaName()
Gets the schemaName value

Returns:
the schemaName

setSchemaName

public void setSchemaName(java.lang.String schemaName)
Sets the value of schemaName

Parameters:
schemaName - the schemaName to set

getName

public java.lang.String getName()
Gets the name value

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set


Copyright © 2010-2013 CNES. All Rights Reserved.