com.ibm.di.connector.disb.model
Class ConfigurationItem

java.lang.Object
  extended by com.ibm.di.connector.disb.model.ConfigurationItem

public class ConfigurationItem
extends Object



Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.

Since:
7.1.1

Constructor Summary
ConfigurationItem()
           
 
Method Summary
 HashMap getAttributes()
           
 String getClassNameType()
           
 com.ibm.tivoli.namereconciliation.guid.Guid getGuid()
           
 String getId()
           
 String getProperty(String prop)
           
 void setAttributes(HashMap<String,Object> attributes)
           
 void setClassNameType(String classNameType)
           
 void setGuid(com.ibm.tivoli.namereconciliation.guid.Guid guid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationItem

public ConfigurationItem()
Method Detail

getGuid

public com.ibm.tivoli.namereconciliation.guid.Guid getGuid()
Returns:
the guid

setGuid

public void setGuid(com.ibm.tivoli.namereconciliation.guid.Guid guid)
Parameters:
guid - the guid to set

getId

public String getId()
Returns:
the id

getAttributes

public HashMap getAttributes()
Returns:
the attributes

setAttributes

public void setAttributes(HashMap<String,Object> attributes)
Parameters:
attributes - the attributes to set

getClassNameType

public String getClassNameType()
Returns:
the classNameType

setClassNameType

public void setClassNameType(String classNameType)
Parameters:
classNameType - the classNameType to set

toString

public String toString()
Overrides:
toString in class Object

getProperty

public String getProperty(String prop)