com.xebialabs.deployit.repository
Class ConfigurationItemData

java.lang.Object
  extended by com.xebialabs.deployit.repository.ConfigurationItemData

public class ConfigurationItemData
extends java.lang.Object


Constructor Summary
ConfigurationItemData(java.lang.String id, com.xebialabs.deployit.plugin.api.reflect.Type type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 com.xebialabs.deployit.plugin.api.reflect.Type getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationItemData

public ConfigurationItemData(java.lang.String id,
                             com.xebialabs.deployit.plugin.api.reflect.Type type)
Method Detail

getId

public java.lang.String getId()

getType

public com.xebialabs.deployit.plugin.api.reflect.Type getType()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object