com.hyper9.simdk.stubs.dao
Class HostIpConfig

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

public class HostIpConfig
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostIpConfig()
           
 
Method Summary
 Boolean getDhcp()
           
 String getIpAddress()
           
 HostIpConfigIpV6AddressConfiguration getIpV6Config()
           
 String getSubnetMask()
           
 void setDhcp(Boolean toSet)
           
 void setIpAddress(String toSet)
           
 void setIpV6Config(HostIpConfigIpV6AddressConfiguration toSet)
           
 void setSubnetMask(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

HostIpConfig

public HostIpConfig()
Method Detail

getDhcp

public Boolean getDhcp()

setDhcp

public void setDhcp(Boolean toSet)

getIpAddress

public String getIpAddress()

setIpAddress

public void setIpAddress(String toSet)

getSubnetMask

public String getSubnetMask()

setSubnetMask

public void setSubnetMask(String toSet)

getIpV6Config

public HostIpConfigIpV6AddressConfiguration getIpV6Config()

setIpV6Config

public void setIpV6Config(HostIpConfigIpV6AddressConfiguration toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.