Class ManagedInterface

    • Constructor Detail

      • ManagedInterface

        public ManagedInterface()

        Constructor for ManagedInterface.

    • Method Detail

      • setAddress

        public void setAddress​(String newAddress)

        Setter for the field address.

        Parameters:
        newAddress - a String object.
      • getAddress

        public String getAddress()

        Getter for the field address.

        Returns:
        a String object.
      • getServices

        public List<ManagedService> getServices()

        Getter for the field services.

        Returns:
        a List object.
      • getServiceCount

        public int getServiceCount()

        getServiceCount

        Returns:
        a int.
      • setNodeid

        public void setNodeid​(int id)

        Setter for the field nodeid.

        Parameters:
        id - a int.
      • getNodeid

        public int getNodeid()

        Getter for the field nodeid.

        Returns:
        a int.
      • setStatus

        public void setStatus​(String newStatus)

        Setter for the field status.

        Parameters:
        newStatus - a String object.
      • getStatus

        public String getStatus()

        Getter for the field status.

        Returns:
        a String object.