Class HostClassAndPropertyDouble


  • public class HostClassAndPropertyDouble
    extends java.lang.Object
    A 2-tuple (a double) consisting of a Class and a String. The Class references the hosting class of a component and the String represents the property name under which a nested component is referenced the host. This class is used by DefaultNestedComponentRegistry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class<?> hostClass  
      (package private) java.lang.String propertyName  
    • Constructor Summary

      Constructors 
      Constructor Description
      HostClassAndPropertyDouble​(java.lang.Class<?> hostClass, java.lang.String propertyName)  
    • Field Detail

      • hostClass

        final java.lang.Class<?> hostClass
      • propertyName

        final java.lang.String propertyName
    • Constructor Detail

      • HostClassAndPropertyDouble

        public HostClassAndPropertyDouble​(java.lang.Class<?> hostClass,
                                          java.lang.String propertyName)
    • Method Detail

      • getHostClass

        public java.lang.Class<?> getHostClass()
      • getPropertyName

        public java.lang.String getPropertyName()
      • hashCode

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

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