com.hyper9.simdk.stubs.dao
Class HostProfileConfigInfo

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

public class HostProfileConfigInfo
extends ProfileConfigInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostProfileConfigInfo()
           
 
Method Summary
 HostApplyProfile getApplyProfile()
           
 ComplianceProfile getCustomComplyProfile()
           
 List<ComplianceLocator> getDefaultComplyLocator()
           
 ComplianceProfile getDefaultComplyProfile()
           
 List<String> getDisabledExpressionList()
           
 void setApplyProfile(HostApplyProfile toSet)
           
 void setCustomComplyProfile(ComplianceProfile toSet)
           
 void setDefaultComplyLocator(List<ComplianceLocator> toSet)
           
 void setDefaultComplyProfile(ComplianceProfile toSet)
           
 void setDisabledExpressionList(List<String> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ProfileConfigInfo
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

HostProfileConfigInfo

public HostProfileConfigInfo()
Method Detail

getApplyProfile

public HostApplyProfile getApplyProfile()

setApplyProfile

public void setApplyProfile(HostApplyProfile toSet)

getDefaultComplyProfile

public ComplianceProfile getDefaultComplyProfile()

setDefaultComplyProfile

public void setDefaultComplyProfile(ComplianceProfile toSet)

getDefaultComplyLocator

public List<ComplianceLocator> getDefaultComplyLocator()

setDefaultComplyLocator

public void setDefaultComplyLocator(List<ComplianceLocator> toSet)

getCustomComplyProfile

public ComplianceProfile getCustomComplyProfile()

setCustomComplyProfile

public void setCustomComplyProfile(ComplianceProfile toSet)

getDisabledExpressionList

public List<String> getDisabledExpressionList()

setDisabledExpressionList

public void setDisabledExpressionList(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.