Class Network

    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getCode

        public String getCode()
        Gets value for attribute name
      • setCode

        public void setCode​(String name)
        Sets value for attribute name
      • getIp

        public String getIp()
        Gets value for attribute ip
      • setIp

        public void setIp​(String ip)
        Sets value for attribute ip
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getMask

        public String getMask()
        Gets value for attribute mask
      • setMask

        public void setMask​(String mask)
        Sets value for attribute mask
      • getLanAccess

        public Boolean getLanAccess()
        Gets value for attribute lanAccess
      • setLanAccess

        public void setLanAccess​(Boolean lanAccess)
        Sets value for attribute lanAccess
      • getDhcp

        public String getDhcp()
        Gets value for attribute dhcp
      • setDhcp

        public void setDhcp​(String dhcp)
        Sets value for attribute dhcp
      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • isDhcpSupport

        public boolean isDhcpSupport()
        Gets value for attribute dhcpSupport
      • setDhcpSupport

        public void setDhcpSupport​(boolean dhcpSupport)
        Sets value for attribute dhcpSupport
      • getLoginRestriction

        public Boolean getLoginRestriction()
        Gets value for attribute loginRestriction
      • setLoginRestriction

        public void setLoginRestriction​(Boolean loginRestriction)
        Sets value for attribute loginRestriction
      • getDiscovery

        public Boolean getDiscovery()
        Gets value for attribute discovery
      • setDiscovery

        public void setDiscovery​(Boolean discovery)
        Sets value for attribute discovery
      • getDiscoveryServer

        public String getDiscoveryServer()
        Gets value for attribute discoveryServer
      • setDiscoveryServer

        public void setDiscoveryServer​(String discoveryServer)
        Sets value for attribute discoveryServer
      • getDiscoveryRanges

        public List<String> getDiscoveryRanges()
        Gets value for attribute discoveryRanges
      • setDiscoveryRanges

        public void setDiscoveryRanges​(List<String> discoveryRanges)
        Sets value for attribute discoveryRanges
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toNetwork

        public static Network toNetwork​(Xarxa vo)
        Creates a Network value object based on a Xarxa object.
      • toNetworkList

        public static List<Network> toNetworkList​(Collection<Xarxa> source)
        Creates a Network list on a Xarxa collection.
      • toNetworkAsyncList

        public static AsyncList<Network> toNetworkAsyncList​(AsyncList<Xarxa> source)
        Creates a Network asynclist on a Xarxa collection.
      • toNetworkArray

        public static Network[] toNetworkArray​(Xarxa[] source)
        Creates a Network array on a Xarxa array.
      • toNetwork

        public static void toNetwork​(Xarxa source,
                                     Network target)
        Updates a Network value object based on a Xarxa object.