com.hyper9.simdk.stubs.dao
Class IpPoolIpPoolConfigInfo

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

public class IpPoolIpPoolConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
IpPoolIpPoolConfigInfo()
           
 
Method Summary
 Boolean getDhcpServerAvailable()
           
 List<String> getDns()
           
 String getGateway()
           
 Boolean getIpPoolEnabled()
           
 String getNetmask()
           
 String getRange()
           
 String getSubnetAddress()
           
 void setDhcpServerAvailable(Boolean toSet)
           
 void setDns(List<String> toSet)
           
 void setGateway(String toSet)
           
 void setIpPoolEnabled(Boolean toSet)
           
 void setNetmask(String toSet)
           
 void setRange(String toSet)
           
 void setSubnetAddress(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

IpPoolIpPoolConfigInfo

public IpPoolIpPoolConfigInfo()
Method Detail

getSubnetAddress

public String getSubnetAddress()

setSubnetAddress

public void setSubnetAddress(String toSet)

getNetmask

public String getNetmask()

setNetmask

public void setNetmask(String toSet)

getGateway

public String getGateway()

setGateway

public void setGateway(String toSet)

getRange

public String getRange()

setRange

public void setRange(String toSet)

getDns

public List<String> getDns()

setDns

public void setDns(List<String> toSet)

getDhcpServerAvailable

public Boolean getDhcpServerAvailable()

setDhcpServerAvailable

public void setDhcpServerAvailable(Boolean toSet)

getIpPoolEnabled

public Boolean getIpPoolEnabled()

setIpPoolEnabled

public void setIpPoolEnabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.