Class Outages

    • Constructor Detail

      • Outages

        public Outages()
    • Method Detail

      • setOutages

        public void setOutages​(List<Outage> outages)
      • addOutage

        public void addOutage​(Outage outage)
      • removeOutage

        public boolean removeOutage​(Outage outage)
      • removeOutage

        public void removeOutage​(String outageName)
      • replaceOutage

        public boolean replaceOutage​(Outage oldOutage,
                                     Outage newOutage)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object