org.gcube.informationsystem.glitebridge.resource.commontype
Class NetworkAdapterType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.resource.commontype.NetworkAdapterType
Direct Known Subclasses:
NetworkAdapterFullType

public class NetworkAdapterType
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
NetworkAdapterType()
           
 
Method Summary
 boolean isInboundIP()
           
 boolean isOutboundIP()
           
 void setInboundIP(boolean inboundIP)
           
 void setOutboundIP(boolean outboundIP)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdapterType

public NetworkAdapterType()
Method Detail

isInboundIP

public boolean isInboundIP()
Returns:
InboundIP boolean value

setInboundIP

public void setInboundIP(boolean inboundIP)
Parameters:
inboundIP - boolean value

isOutboundIP

public boolean isOutboundIP()
Returns:
OutboundIP boolean value

setOutboundIP

public void setOutboundIP(boolean outboundIP)
Parameters:
outboundIP - boolean value