com.eurotech.framework.core.net
Class WifiInterfaceAddressConfigImpl

java.lang.Object
  extended by com.eurotech.framework.core.net.NetInterfaceAddressImpl
      extended by com.eurotech.framework.core.net.WifiInterfaceAddressImpl
          extended by com.eurotech.framework.core.net.WifiInterfaceAddressConfigImpl
All Implemented Interfaces:
NetInterfaceAddress, NetInterfaceAddressConfig, WifiInterfaceAddress, WifiInterfaceAddressConfig

public class WifiInterfaceAddressConfigImpl
extends WifiInterfaceAddressImpl
implements WifiInterfaceAddressConfig


Constructor Summary
WifiInterfaceAddressConfigImpl()
           
WifiInterfaceAddressConfigImpl(WifiInterfaceAddress other)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<NetConfig> getConfigs()
          Returns a List of NetConfig Objects associated with a given WifiInterfaceAddressConfig for a given WifiInterface
 void setNetConfigs(List<NetConfig> configs)
           
 String toString()
           
 
Methods inherited from class com.eurotech.framework.core.net.WifiInterfaceAddressImpl
getBitrate, getMode, getWifiAccessPoint, setBitrate, setMode, setWifiAccessPoint
 
Methods inherited from class com.eurotech.framework.core.net.NetInterfaceAddressImpl
compare, getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength, setAddress, setBroadcast, setDnsServers, setGateway, setNetmask, setNetworkPrefixLength
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.eurotech.framework.net.wifi.WifiInterfaceAddress
getBitrate, getMode, getWifiAccessPoint
 
Methods inherited from interface com.eurotech.framework.net.NetInterfaceAddress
getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength
 

Constructor Detail

WifiInterfaceAddressConfigImpl

public WifiInterfaceAddressConfigImpl()

WifiInterfaceAddressConfigImpl

public WifiInterfaceAddressConfigImpl(WifiInterfaceAddress other)
Method Detail

getConfigs

public List<NetConfig> getConfigs()
Description copied from interface: WifiInterfaceAddressConfig
Returns a List of NetConfig Objects associated with a given WifiInterfaceAddressConfig for a given WifiInterface

Specified by:
getConfigs in interface NetInterfaceAddressConfig
Specified by:
getConfigs in interface WifiInterfaceAddressConfig
Returns:
the NetConfig Objects associated with the WifiInterfaceAddressConfig

setNetConfigs

public void setNetConfigs(List<NetConfig> configs)

equals

public boolean equals(Object obj)
Overrides:
equals in class WifiInterfaceAddressImpl

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.