com.intel.gpe.client2.defaults.preferences
Class TableKey

java.lang.Object
  extended by com.intel.gpe.client2.defaults.preferences.TableKey
All Implemented Interfaces:
ITableKey

public class TableKey
extends java.lang.Object
implements ITableKey

Version:
$Id: TableKey.java,v 1.1 2007/02/20 15:46:49 dizhigul Exp $
Author:
Denis Zhigula

Constructor Summary
TableKey(INode parent, INode node, java.lang.String[] columnNames)
           
 
Method Summary
 java.lang.String[] getColumnNames()
          Gets the column names.
 java.lang.String getName()
          Gets the name.
 INode getParent()
          Gets the parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableKey

public TableKey(INode parent,
                INode node,
                java.lang.String[] columnNames)
Method Detail

getParent

public INode getParent()
Description copied from interface: ITableKey
Gets the parent.

Specified by:
getParent in interface ITableKey
Returns:
the parent

getName

public java.lang.String getName()
Description copied from interface: ITableKey
Gets the name.

Specified by:
getName in interface ITableKey
Returns:
the name

getColumnNames

public java.lang.String[] getColumnNames()
Description copied from interface: ITableKey
Gets the column names.

Specified by:
getColumnNames in interface ITableKey
Returns:
the column names


Copyright © 2008. All Rights Reserved.