Class NetworkEntity

  • Direct Known Subclasses:
    NetworkEntityImpl

    public abstract class NetworkEntity
    extends Object
    Entity NetworkEntity
    • Constructor Detail

      • NetworkEntity

        public NetworkEntity()
    • Method Detail

      • getId

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

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

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

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

        public String getAddress()
        Gets value for attribute address
      • setAddress

        public void setAddress​(String address)
        Sets value for attribute address
      • 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
      • getNormalized

        public String getNormalized()
        Gets value for attribute normalized
      • setNormalized

        public void setNormalized​(String normalized)
        Sets value for attribute normalized
      • getDhcp

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

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

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • isDchpSupport

        public boolean isDchpSupport()
        Gets value for attribute dchpSupport
      • setDchpSupport

        public void setDchpSupport​(boolean dchpSupport)
        Sets value for attribute dchpSupport
      • 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 ServerEntity getDiscoveryServer()
        Gets value for attribute discoveryServer
      • setDiscoveryServer

        public void setDiscoveryServer​(ServerEntity discoveryServer)
        Sets value for attribute discoveryServer
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an NetworkEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object