com.hyper9.simdk.stubs.dao
Class HostProfileCompleteConfigSpec

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

public class HostProfileCompleteConfigSpec
extends HostProfileConfigSpec

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostProfileCompleteConfigSpec()
           
 
Method Summary
 HostApplyProfile getApplyProfile()
           
 ComplianceProfile getCustomComplyProfile()
           
 List<String> getDisabledExpressionList()
           
 Boolean getDisabledExpressionListChanged()
           
 void setApplyProfile(HostApplyProfile toSet)
           
 void setCustomComplyProfile(ComplianceProfile toSet)
           
 void setDisabledExpressionList(List<String> toSet)
           
 void setDisabledExpressionListChanged(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ProfileCreateSpec
getAnnotation, getEnabled, getName, setAnnotation, setEnabled, setName
 
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

HostProfileCompleteConfigSpec

public HostProfileCompleteConfigSpec()
Method Detail

getApplyProfile

public HostApplyProfile getApplyProfile()

setApplyProfile

public void setApplyProfile(HostApplyProfile toSet)

getCustomComplyProfile

public ComplianceProfile getCustomComplyProfile()

setCustomComplyProfile

public void setCustomComplyProfile(ComplianceProfile toSet)

getDisabledExpressionListChanged

public Boolean getDisabledExpressionListChanged()

setDisabledExpressionListChanged

public void setDisabledExpressionListChanged(Boolean toSet)

getDisabledExpressionList

public List<String> getDisabledExpressionList()

setDisabledExpressionList

public void setDisabledExpressionList(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.