com.ibm.di.connector.disb.model
Class ConfigurationItem
java.lang.Object
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
ConfigurationItem
public ConfigurationItem ()
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)