com.hyper9.simdk.stubs.dao
Class HostDhcpServiceSpec

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

public class HostDhcpServiceSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDhcpServiceSpec()
           
 
Method Summary
 Integer getDefaultLeaseDuration()
           
 String getIpSubnetAddr()
           
 String getIpSubnetMask()
           
 String getLeaseBeginIp()
           
 String getLeaseEndIp()
           
 Integer getMaxLeaseDuration()
           
 Boolean getUnlimitedLease()
           
 String getVirtualSwitch()
           
 void setDefaultLeaseDuration(Integer toSet)
           
 void setIpSubnetAddr(String toSet)
           
 void setIpSubnetMask(String toSet)
           
 void setLeaseBeginIp(String toSet)
           
 void setLeaseEndIp(String toSet)
           
 void setMaxLeaseDuration(Integer toSet)
           
 void setUnlimitedLease(Boolean 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

HostDhcpServiceSpec

public HostDhcpServiceSpec()
Method Detail

getVirtualSwitch

public String getVirtualSwitch()

setVirtualSwitch

public void setVirtualSwitch(String toSet)

getDefaultLeaseDuration

public Integer getDefaultLeaseDuration()

setDefaultLeaseDuration

public void setDefaultLeaseDuration(Integer toSet)

getLeaseBeginIp

public String getLeaseBeginIp()

setLeaseBeginIp

public void setLeaseBeginIp(String toSet)

getLeaseEndIp

public String getLeaseEndIp()

setLeaseEndIp

public void setLeaseEndIp(String toSet)

getMaxLeaseDuration

public Integer getMaxLeaseDuration()

setMaxLeaseDuration

public void setMaxLeaseDuration(Integer toSet)

getUnlimitedLease

public Boolean getUnlimitedLease()

setUnlimitedLease

public void setUnlimitedLease(Boolean toSet)

getIpSubnetAddr

public String getIpSubnetAddr()

setIpSubnetAddr

public void setIpSubnetAddr(String toSet)

getIpSubnetMask

public String getIpSubnetMask()

setIpSubnetMask

public void setIpSubnetMask(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.