com.hyper9.simdk.stubs.dao
Class ApplyProfile

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ApplyProfile
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DateTimeProfile, DvsProfile, DvsVNicProfile, FirewallProfile, FirewallProfileRulesetProfile, HostApplyProfile, HostMemoryProfile, IpAddressProfile, IpRouteProfile, LinkProfile, NasStorageProfile, NetworkPolicyProfile, NetworkProfile, NetworkProfileDnsConfigProfile, NumPortsProfile, OptionProfile, PhysicalNicProfile, PnicUplinkProfile, PortGroupProfile, SecurityProfile, ServiceProfile, StaticRouteProfile, StorageProfile, UserGroupProfile, UserProfile, VirtualSwitchProfile, VirtualSwitchSelectionProfile, VlanProfile

public class ApplyProfile
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ApplyProfile()
           
 
Method Summary
 Boolean getEnabled()
           
 List<ProfilePolicy> getPolicy()
           
 void setEnabled(Boolean toSet)
           
 void setPolicy(List<ProfilePolicy> 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

ApplyProfile

public ApplyProfile()
Method Detail

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getPolicy

public List<ProfilePolicy> getPolicy()

setPolicy

public void setPolicy(List<ProfilePolicy> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.