com.hyper9.simdk.stubs.dao
Class CustomizationLinuxPrep

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

public class CustomizationLinuxPrep
extends CustomizationIdentitySettings

Author:
akutz
See Also:
Serialized Form

Constructor Summary
CustomizationLinuxPrep()
           
 
Method Summary
 String getDomain()
           
 CustomizationName getHostName()
           
 Boolean getHwClockUTC()
           
 String getTimeZone()
           
 void setDomain(String toSet)
           
 void setHostName(CustomizationName toSet)
           
 void setHwClockUTC(Boolean 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

CustomizationLinuxPrep

public CustomizationLinuxPrep()
Method Detail

getHostName

public CustomizationName getHostName()

setHostName

public void setHostName(CustomizationName toSet)

getDomain

public String getDomain()

setDomain

public void setDomain(String toSet)

getTimeZone

public String getTimeZone()

setTimeZone

public void setTimeZone(String toSet)

getHwClockUTC

public Boolean getHwClockUTC()

setHwClockUTC

public void setHwClockUTC(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.