com.tssap.util.ui.reuse.table.impl
Class TablePart

java.lang.Object
  |
  +--com.tssap.util.ui.reuse.table.impl.TablePart
All Implemented Interfaces:
ITablePart
Direct Known Subclasses:
TableColumn, TableRow

public class TablePart
extends java.lang.Object
implements ITablePart


Method Summary
 java.lang.Object getKey()
          Returns the key.
 void setKey(java.lang.String key)
          Sets the key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public java.lang.Object getKey()
Returns the key.
Specified by:
getKey in interface ITablePart
Returns:
String

setKey

public void setKey(java.lang.String key)
Sets the key.
Parameters:
key - The key to set


Copyright © 2005 SAP AG. All Rights Reserved.