org.objectweb.medor.query.rdb.lib
Class BasicQualifiedTable

java.lang.Object
  extended byJoinedTable
      extended byorg.objectweb.medor.query.rdb.lib.BasicQualifiedTable
All Implemented Interfaces:
java.lang.Cloneable, QualifiedTable

public class BasicQualifiedTable
extends JoinedTable
implements QualifiedTable

See Also:
Serialized Form

Constructor Summary
BasicQualifiedTable()
           
BasicQualifiedTable(java.lang.String tableName, java.lang.String aliasName)
          Builds a BasicQualifiedTable from a table name an an alias name.
 
Method Summary
 java.lang.String getAliasName()
          Return the alias name for the current QualifiedTable.
 java.lang.String getTableName()
          Returns the table name for the current QualifiedTable.
 void setAliasName(java.lang.String aliasName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicQualifiedTable

public BasicQualifiedTable()

BasicQualifiedTable

public BasicQualifiedTable(java.lang.String tableName,
                           java.lang.String aliasName)
Builds a BasicQualifiedTable from a table name an an alias name.

Method Detail

getTableName

public java.lang.String getTableName()
Description copied from interface: QualifiedTable
Returns the table name for the current QualifiedTable.

Specified by:
getTableName in interface QualifiedTable
Returns:
the table name for the current QualifiedTable.

getAliasName

public java.lang.String getAliasName()
Description copied from interface: QualifiedTable
Return the alias name for the current QualifiedTable.

Specified by:
getAliasName in interface QualifiedTable
Returns:
the alias name for the current QualifiedTable.

setAliasName

public void setAliasName(java.lang.String aliasName)
Specified by:
setAliasName in interface QualifiedTable