com.hyper9.simdk.stubs.dao
Class HostDateTimeConfig

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

public class HostDateTimeConfig
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDateTimeConfig()
           
 
Method Summary
 HostNtpConfig getNtpConfig()
           
 String getTimeZone()
           
 void setNtpConfig(HostNtpConfig toSet)
           
 void setTimeZone(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

HostDateTimeConfig

public HostDateTimeConfig()
Method Detail

getTimeZone

public String getTimeZone()

setTimeZone

public void setTimeZone(String toSet)

getNtpConfig

public HostNtpConfig getNtpConfig()

setNtpConfig

public void setNtpConfig(HostNtpConfig toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.