org.gcube.common.core.resources.node
Class Description.NetworkAdapter

java.lang.Object
  extended by org.gcube.common.core.resources.node.Description.NetworkAdapter
Enclosing class:
Description

public static class Description.NetworkAdapter
extends Object


Constructor Summary
Description.NetworkAdapter()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getInboundIP()
           
 String getIPAddress()
           
 long getMTU()
           
 String getName()
           
 String getOutboundIP()
           
 void setInboundIP(String inboundIP)
           
 void setIPAddress(String paddress)
           
 void setMTU(long mtu)
           
 void setName(String name)
           
 void setOutboundIP(String outboundIP)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Description.NetworkAdapter

public Description.NetworkAdapter()
Method Detail

getInboundIP

public String getInboundIP()

setInboundIP

public void setInboundIP(String inboundIP)

getOutboundIP

public String getOutboundIP()

setOutboundIP

public void setOutboundIP(String outboundIP)

getName

public String getName()

setName

public void setName(String name)

getIPAddress

public String getIPAddress()

setIPAddress

public void setIPAddress(String paddress)

getMTU

public long getMTU()

setMTU

public void setMTU(long mtu)

equals

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


Copyright © 2012. All Rights Reserved.