Class FactoryKey

    • Constructor Detail

      • FactoryKey

        public FactoryKey​(java.lang.String productGroup,
                          java.lang.String type)
    • Method Detail

      • setProductGroup

        public void setProductGroup​(java.lang.String productGroup)
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface IFactoryKey
      • setType

        public void setType​(java.lang.String type)
      • equals

        public boolean equals​(java.lang.Object obj)
        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
      • compareTo

        public int compareTo​(FactoryKey key)
        Specified by:
        compareTo in interface java.lang.Comparable<FactoryKey>