Compiere 3.1

org.compiere.framework
Class AccessSqlParser.TableInfo

java.lang.Object
  extended by org.compiere.framework.AccessSqlParser.TableInfo
Enclosing class:
AccessSqlParser

public class AccessSqlParser.TableInfo
extends Object

Table Info VO


Constructor Summary
AccessSqlParser.TableInfo(String tableName)
          Short Constuctor - no syn
AccessSqlParser.TableInfo(String tableName, String synonym)
          Constructor
 
Method Summary
 String getSynonym()
          Get Table Synonym
 String getTableName()
          Get TableName
 String toString()
          String Representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessSqlParser.TableInfo

public AccessSqlParser.TableInfo(String tableName,
                                 String synonym)
Constructor

Parameters:
tableName - table
synonym - synonym

AccessSqlParser.TableInfo

public AccessSqlParser.TableInfo(String tableName)
Short Constuctor - no syn

Parameters:
tableName - table
Method Detail

getSynonym

public String getSynonym()
Get Table Synonym

Returns:
synonym

getTableName

public String getTableName()
Get TableName

Returns:
table name

toString

public String toString()
String Representation

Overrides:
toString in class Object
Returns:
info

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.