com.eurotech.framework.core.net
Class NetInterfaceAddressConfigImpl

java.lang.Object
  extended by com.eurotech.framework.core.net.NetInterfaceAddressImpl
      extended by com.eurotech.framework.core.net.NetInterfaceAddressConfigImpl
All Implemented Interfaces:
NetInterfaceAddress, NetInterfaceAddressConfig

public class NetInterfaceAddressConfigImpl
extends NetInterfaceAddressImpl
implements NetInterfaceAddressConfig


Constructor Summary
NetInterfaceAddressConfigImpl()
           
NetInterfaceAddressConfigImpl(NetInterfaceAddress other)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<NetConfig> getConfigs()
          Returns a List of NetConfig Objects associated with a given NetInterfaceAddressConfig for a given NetInterface
 void setNetConfigs(List<NetConfig> configs)
           
 String toString()
           
 
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.NetInterfaceAddress
getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength
 

Constructor Detail

NetInterfaceAddressConfigImpl

public NetInterfaceAddressConfigImpl()

NetInterfaceAddressConfigImpl

public NetInterfaceAddressConfigImpl(NetInterfaceAddress other)
Method Detail

getConfigs

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

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

setNetConfigs

public void setNetConfigs(List<NetConfig> configs)

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.