com.sybase.uep.bobclient.data
Class PKDescriptor

java.lang.Object
  extended by com.sybase.uep.bobclient.data.PKDescriptor

public class PKDescriptor
extends java.lang.Object

Wraps a PKMBOModel id and PK name. With these information, we are capable to retrieve the PK value.

Author:
haowang

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

PKDescriptor

public PKDescriptor(java.lang.String pkMBOModelId,
                    java.lang.String pkName)
Construct an instance

Parameters:
pkMBOModelId - id of PKMBOModel
pkName - name of the PK
Method Detail

getPKValue

public java.lang.Object getPKValue()
Retrieve the PK value

Returns: