com.filenet.eforms.api
Class P8ObjectRef

java.lang.Object
  extended bycom.filenet.eforms.api.P8ObjectRef

public class P8ObjectRef
extends java.lang.Object


Field Summary
 java.lang.String objectId
           
 java.lang.String objectLabel
           
 java.lang.String objectStoreName
           
 java.lang.String objectType
           
 java.lang.String versionId
           
 
Constructor Summary
P8ObjectRef()
           
P8ObjectRef(java.lang.String objectStoreName, java.lang.String objectId, java.lang.String versionId, java.lang.String objectLabel, java.lang.String objectType)
           
 
Method Summary
 void clearData()
          Cleans up data members
 java.lang.Object getValue(java.lang.String key)
          Retrieve a generic object from the P8ObjectRef class.
 void setValue(java.lang.String key, java.lang.Object obj)
          Add a generic object to the P8ObjectRef class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectStoreName

public java.lang.String objectStoreName

objectId

public java.lang.String objectId

versionId

public java.lang.String versionId

objectLabel

public java.lang.String objectLabel

objectType

public java.lang.String objectType
Constructor Detail

P8ObjectRef

public P8ObjectRef()

P8ObjectRef

public P8ObjectRef(java.lang.String objectStoreName,
                   java.lang.String objectId,
                   java.lang.String versionId,
                   java.lang.String objectLabel,
                   java.lang.String objectType)
Method Detail

clearData

public void clearData()
Cleans up data members


setValue

public void setValue(java.lang.String key,
                     java.lang.Object obj)
Add a generic object to the P8ObjectRef class. The object can be referenced by using the specified "key".

Parameters:
key - - String identifier for the object
obj - - Object to add

getValue

public java.lang.Object getValue(java.lang.String key)
Retrieve a generic object from the P8ObjectRef class. The object can be referenced by using the specified "key".

Parameters:
key - String identifier for the object
Returns:
Object


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.