com.tivoli.twg.engine
Class TWGDbQueryField

java.lang.Object
  extended bycom.tivoli.twg.engine.TWGDbQueryField
All Implemented Interfaces:
java.io.Serializable

public class TWGDbQueryField
extends java.lang.Object
implements java.io.Serializable

The TWGDbQueryField class encapsulates a table name and one of its columns to define a query field.

See Also:
Serialized Form

Constructor Summary
TWGDbQueryField(java.lang.String tableTokenName, java.lang.String columnTokenName)
          Constructor for TWGDbQueryField
 
Method Summary
 java.lang.String getColumnTokenName()
          Get the column token name for the query field.
 java.lang.String getTableTokenName()
          Get the token name of the table for the query field
 java.lang.String toString()
          Convert object to String for debug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TWGDbQueryField

public TWGDbQueryField(java.lang.String tableTokenName,
                       java.lang.String columnTokenName)
Constructor for TWGDbQueryField

Method Detail

getTableTokenName

public java.lang.String getTableTokenName()
Get the token name of the table for the query field

Returns:
the table token name

getColumnTokenName

public java.lang.String getColumnTokenName()
Get the column token name for the query field.

Returns:
the column token name

toString

public java.lang.String toString()
Convert object to String for debug

Returns:
String with a textual description of this object