com.hyper9.simdk.stubs.dao
Class IpPool

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

public class IpPool
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
IpPool()
           
 
Method Summary
 String getDnsDomain()
           
 String getDnsSearchPath()
           
 String getHostPrefix()
           
 String getHttpProxy()
           
 Integer getId()
           
 IpPoolIpPoolConfigInfo getIpv4Config()
           
 IpPoolIpPoolConfigInfo getIpv6Config()
           
 String getName()
           
 List<IpPoolAssociation> getNetworkAssociation()
           
 void setDnsDomain(String toSet)
           
 void setDnsSearchPath(String toSet)
           
 void setHostPrefix(String toSet)
           
 void setHttpProxy(String toSet)
           
 void setId(Integer toSet)
           
 void setIpv4Config(IpPoolIpPoolConfigInfo toSet)
           
 void setIpv6Config(IpPoolIpPoolConfigInfo toSet)
           
 void setName(String toSet)
           
 void setNetworkAssociation(List<IpPoolAssociation> 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

IpPool

public IpPool()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer toSet)

getName

public String getName()

setName

public void setName(String toSet)

getIpv4Config

public IpPoolIpPoolConfigInfo getIpv4Config()

setIpv4Config

public void setIpv4Config(IpPoolIpPoolConfigInfo toSet)

getIpv6Config

public IpPoolIpPoolConfigInfo getIpv6Config()

setIpv6Config

public void setIpv6Config(IpPoolIpPoolConfigInfo toSet)

getDnsDomain

public String getDnsDomain()

setDnsDomain

public void setDnsDomain(String toSet)

getDnsSearchPath

public String getDnsSearchPath()

setDnsSearchPath

public void setDnsSearchPath(String toSet)

getHostPrefix

public String getHostPrefix()

setHostPrefix

public void setHostPrefix(String toSet)

getHttpProxy

public String getHttpProxy()

setHttpProxy

public void setHttpProxy(String toSet)

getNetworkAssociation

public List<IpPoolAssociation> getNetworkAssociation()

setNetworkAssociation

public void setNetworkAssociation(List<IpPoolAssociation> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.