com.hyper9.simdk.stubs.dao
Class HostApplyProfile

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

public class HostApplyProfile
extends ApplyProfile

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostApplyProfile()
           
 
Method Summary
 DateTimeProfile getDatetime()
           
 FirewallProfile getFirewall()
           
 HostMemoryProfile getMemory()
           
 NetworkProfile getNetwork()
           
 List<OptionProfile> getOption()
           
 SecurityProfile getSecurity()
           
 List<ServiceProfile> getService()
           
 StorageProfile getStorage()
           
 List<UserProfile> getUserAccount()
           
 List<UserGroupProfile> getUsergroupAccount()
           
 void setDatetime(DateTimeProfile toSet)
           
 void setFirewall(FirewallProfile toSet)
           
 void setMemory(HostMemoryProfile toSet)
           
 void setNetwork(NetworkProfile toSet)
           
 void setOption(List<OptionProfile> toSet)
           
 void setSecurity(SecurityProfile toSet)
           
 void setService(List<ServiceProfile> toSet)
           
 void setStorage(StorageProfile toSet)
           
 void setUserAccount(List<UserProfile> toSet)
           
 void setUsergroupAccount(List<UserGroupProfile> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ApplyProfile
getEnabled, getPolicy, setEnabled, setPolicy
 
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

HostApplyProfile

public HostApplyProfile()
Method Detail

getMemory

public HostMemoryProfile getMemory()

setMemory

public void setMemory(HostMemoryProfile toSet)

getStorage

public StorageProfile getStorage()

setStorage

public void setStorage(StorageProfile toSet)

getNetwork

public NetworkProfile getNetwork()

setNetwork

public void setNetwork(NetworkProfile toSet)

getDatetime

public DateTimeProfile getDatetime()

setDatetime

public void setDatetime(DateTimeProfile toSet)

getFirewall

public FirewallProfile getFirewall()

setFirewall

public void setFirewall(FirewallProfile toSet)

getSecurity

public SecurityProfile getSecurity()

setSecurity

public void setSecurity(SecurityProfile toSet)

getService

public List<ServiceProfile> getService()

setService

public void setService(List<ServiceProfile> toSet)

getOption

public List<OptionProfile> getOption()

setOption

public void setOption(List<OptionProfile> toSet)

getUserAccount

public List<UserProfile> getUserAccount()

setUserAccount

public void setUserAccount(List<UserProfile> toSet)

getUsergroupAccount

public List<UserGroupProfile> getUsergroupAccount()

setUsergroupAccount

public void setUsergroupAccount(List<UserGroupProfile> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.