|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.event.KeyInfo
public class KeyInfo
KeyInfo class.
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 |
---|
public KeyInfo()
Method Detail |
---|
public void setKeyId(String keyId)
keyId
- The new keyId valuepublic String getKeyId()
public void setTableId(int tableId)
tableId
- The new tableId valuepublic int getTableId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |