com.hyper9.simdk.stubs.dao
Class CustomizationGuiUnattended

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

public class CustomizationGuiUnattended
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
CustomizationGuiUnattended()
           
 
Method Summary
 Boolean getAutoLogon()
           
 Integer getAutoLogonCount()
           
 CustomizationPassword getPassword()
           
 Integer getTimeZone()
           
 void setAutoLogon(Boolean toSet)
           
 void setAutoLogonCount(Integer toSet)
           
 void setPassword(CustomizationPassword toSet)
           
 void setTimeZone(Integer 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

CustomizationGuiUnattended

public CustomizationGuiUnattended()
Method Detail

getPassword

public CustomizationPassword getPassword()

setPassword

public void setPassword(CustomizationPassword toSet)

getTimeZone

public Integer getTimeZone()

setTimeZone

public void setTimeZone(Integer toSet)

getAutoLogon

public Boolean getAutoLogon()

setAutoLogon

public void setAutoLogon(Boolean toSet)

getAutoLogonCount

public Integer getAutoLogonCount()

setAutoLogonCount

public void setAutoLogonCount(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.