com.hyper9.simdk.stubs.dao
Class CustomizationIPSettings

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

public class CustomizationIPSettings
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
CustomizationIPSettings()
           
 
Method Summary
 String getDnsDomain()
           
 List<String> getDnsServerList()
           
 List<String> getGateway()
           
 CustomizationIpGenerator getIp()
           
 CustomizationIPSettingsIpV6AddressSpec getIpV6Spec()
           
 CustomizationNetBIOSMode getNetBIOS()
           
 String getPrimaryWINS()
           
 String getSecondaryWINS()
           
 String getSubnetMask()
           
 void setDnsDomain(String toSet)
           
 void setDnsServerList(List<String> toSet)
           
 void setGateway(List<String> toSet)
           
 void setIp(CustomizationIpGenerator toSet)
           
 void setIpV6Spec(CustomizationIPSettingsIpV6AddressSpec toSet)
           
 void setNetBIOS(CustomizationNetBIOSMode toSet)
           
 void setPrimaryWINS(String toSet)
           
 void setSecondaryWINS(String 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

CustomizationIPSettings

public CustomizationIPSettings()
Method Detail

getIp

public CustomizationIpGenerator getIp()

setIp

public void setIp(CustomizationIpGenerator toSet)

getSubnetMask

public String getSubnetMask()

setSubnetMask

public void setSubnetMask(String toSet)

getGateway

public List<String> getGateway()

setGateway

public void setGateway(List<String> toSet)

getIpV6Spec

public CustomizationIPSettingsIpV6AddressSpec getIpV6Spec()

setIpV6Spec

public void setIpV6Spec(CustomizationIPSettingsIpV6AddressSpec toSet)

getDnsServerList

public List<String> getDnsServerList()

setDnsServerList

public void setDnsServerList(List<String> toSet)

getDnsDomain

public String getDnsDomain()

setDnsDomain

public void setDnsDomain(String toSet)

getPrimaryWINS

public String getPrimaryWINS()

setPrimaryWINS

public void setPrimaryWINS(String toSet)

getSecondaryWINS

public String getSecondaryWINS()

setSecondaryWINS

public void setSecondaryWINS(String toSet)

getNetBIOS

public CustomizationNetBIOSMode getNetBIOS()

setNetBIOS

public void setNetBIOS(CustomizationNetBIOSMode toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.