Class SelectService


  • public class SelectService
    extends Selector
    Implementation of a DQC service selector element. A SelectService contains a list of Objects of type ServiceChoice.
    • Constructor Detail

      • SelectService

        public SelectService​(String id,
                             String title)
        Construct from fields in XML catalog.
        See Also:
        Selector
    • Method Detail

      • getSize

        public int getSize()
      • equals

        public boolean equals​(Object o)
        SelectService with same values are equal
        Overrides:
        equals in class Selector
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class Selector