|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.PKDescriptor
public class PKDescriptor
Wraps a PKMBOModel id and PK name. With these information, we are capable to retrieve the PK value.
Constructor Summary | |
---|---|
PKDescriptor(java.lang.String pkMBOModelId,
java.lang.String pkName)
Construct an instance |
Method Summary | |
---|---|
java.lang.Object |
getPKValue()
Retrieve the PK value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PKDescriptor(java.lang.String pkMBOModelId, java.lang.String pkName)
pkMBOModelId
- id of PKMBOModelpkName
- name of the PKMethod Detail |
---|
public java.lang.Object getPKValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |