com.ibm.di.fc.itregistry
Class ConfigurationItemId

java.lang.Object
  extended by com.ibm.di.fc.itregistry.ConfigurationItemId

public class ConfigurationItemId
extends Object

A wrapper class used to contain IT registry GUIDs. This class offers no accessor methods as users are not expected to handle its contents on their own. Instead they should use this wrapper class in all situations. Also, instances of this class cannot be serialized, because storing of GUIDs is not supported.


Constructor Summary
ConfigurationItemId(com.ibm.tivoli.namereconciliation.guid.Guid value)
          Creates a wrapper for the identification element.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationItemId

public ConfigurationItemId(com.ibm.tivoli.namereconciliation.guid.Guid value)
Creates a wrapper for the identification element.

Parameters:
value - string representation of the used GUID.