org.dbforms.event
Class KeyInfo

java.lang.Object
  extended by org.dbforms.event.KeyInfo

public class KeyInfo
extends Object

KeyInfo class.

Author:
Luca Fossato

Constructor Summary
KeyInfo()
          Constructor for the KeyInfo object
 
Method Summary
 String getKeyId()
          Gets the keyId attribute of the KeyInfo object
 int getTableId()
          Gets the tableId attribute of the KeyInfo object
 void setKeyId(String keyId)
          Sets the keyId attribute of the KeyInfo object
 void setTableId(int tableId)
          Sets the tableId attribute of the KeyInfo object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyInfo

public KeyInfo()
Constructor for the KeyInfo object

Method Detail

setKeyId

public void setKeyId(String keyId)
Sets the keyId attribute of the KeyInfo object

Parameters:
keyId - The new keyId value

getKeyId

public String getKeyId()
Gets the keyId attribute of the KeyInfo object

Returns:
The keyId value

setTableId

public void setTableId(int tableId)
Sets the tableId attribute of the KeyInfo object

Parameters:
tableId - The new tableId value

getTableId

public int getTableId()
Gets the tableId attribute of the KeyInfo object

Returns:
The tableId value


Copyright © 2002-2006 DbForms. All Rights Reserved.