Class SelectStation


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

      • SelectStation

        public SelectStation()
    • Method Detail

      • addStation

        public void addStation​(Station s)
      • getStations

        public ArrayList getStations()
      • getNumStations

        public int getNumStations()
      • equals

        public boolean equals​(Object o)
        Description copied from class: Selector
        Instances which have same id are equal.
        Overrides:
        equals in class Selector
      • hashCode

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