Class Services

  • All Implemented Interfaces:
    java.lang.Iterable<Service>

    public class Services
    extends java.lang.Object
    implements java.lang.Iterable<Service>
    Model for List of Services
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Service> list  
    • Constructor Summary

      Constructors 
      Constructor Description
      Services()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Service> getList()  
      java.util.Iterator<Service> iterator()  
      void setList​(java.util.List<Service> list)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • list

        private java.util.List<Service> list
    • Constructor Detail

      • Services

        public Services()
    • Method Detail

      • getList

        public java.util.List<Service> getList()
      • setList

        public void setList​(java.util.List<Service> list)
      • iterator

        public java.util.Iterator<Service> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Service>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object