com.hyper9.simdk.stubs.dao
Class HostNatServiceSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostNatServiceSpec
All Implemented Interfaces:
Serializable

public class HostNatServiceSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNatServiceSpec()
           
 
Method Summary
 Boolean getActiveFtp()
           
 Boolean getAllowAnyOui()
           
 Boolean getConfigPort()
           
 String getIpGatewayAddress()
           
 HostNatServiceNameServiceSpec getNameService()
           
 List<HostNatServicePortForwardSpec> getPortForward()
           
 Integer getUdpTimeout()
           
 String getVirtualSwitch()
           
 void setActiveFtp(Boolean toSet)
           
 void setAllowAnyOui(Boolean toSet)
           
 void setConfigPort(Boolean toSet)
           
 void setIpGatewayAddress(String toSet)
           
 void setNameService(HostNatServiceNameServiceSpec toSet)
           
 void setPortForward(List<HostNatServicePortForwardSpec> toSet)
           
 void setUdpTimeout(Integer toSet)
           
 void setVirtualSwitch(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostNatServiceSpec

public HostNatServiceSpec()
Method Detail

getVirtualSwitch

public String getVirtualSwitch()

setVirtualSwitch

public void setVirtualSwitch(String toSet)

getActiveFtp

public Boolean getActiveFtp()

setActiveFtp

public void setActiveFtp(Boolean toSet)

getAllowAnyOui

public Boolean getAllowAnyOui()

setAllowAnyOui

public void setAllowAnyOui(Boolean toSet)

getConfigPort

public Boolean getConfigPort()

setConfigPort

public void setConfigPort(Boolean toSet)

getIpGatewayAddress

public String getIpGatewayAddress()

setIpGatewayAddress

public void setIpGatewayAddress(String toSet)

getUdpTimeout

public Integer getUdpTimeout()

setUdpTimeout

public void setUdpTimeout(Integer toSet)

getPortForward

public List<HostNatServicePortForwardSpec> getPortForward()

setPortForward

public void setPortForward(List<HostNatServicePortForwardSpec> toSet)

getNameService

public HostNatServiceNameServiceSpec getNameService()

setNameService

public void setNameService(HostNatServiceNameServiceSpec toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.