Class ConfigurationItemData


  • public class ConfigurationItemData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationItemData​(java.lang.String id, com.xebialabs.deployit.plugin.api.reflect.Type type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getId()  
      com.xebialabs.deployit.plugin.api.reflect.Type getType()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object