com.hyper9.simdk.stubs.dao
Class ProfileExecuteResult

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

public class ProfileExecuteResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ProfileExecuteResult()
           
 
Method Summary
 HostConfigSpec getConfigSpec()
           
 List<ProfileExecuteError> getError()
           
 List<String> getInapplicablePath()
           
 List<ProfileDeferredPolicyOptionParameter> getRequireInput()
           
 String getStatus()
           
 void setConfigSpec(HostConfigSpec toSet)
           
 void setError(List<ProfileExecuteError> toSet)
           
 void setInapplicablePath(List<String> toSet)
           
 void setRequireInput(List<ProfileDeferredPolicyOptionParameter> toSet)
           
 void setStatus(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

ProfileExecuteResult

public ProfileExecuteResult()
Method Detail

getStatus

public String getStatus()

setStatus

public void setStatus(String toSet)

getConfigSpec

public HostConfigSpec getConfigSpec()

setConfigSpec

public void setConfigSpec(HostConfigSpec toSet)

getInapplicablePath

public List<String> getInapplicablePath()

setInapplicablePath

public void setInapplicablePath(List<String> toSet)

getRequireInput

public List<ProfileDeferredPolicyOptionParameter> getRequireInput()

setRequireInput

public void setRequireInput(List<ProfileDeferredPolicyOptionParameter> toSet)

getError

public List<ProfileExecuteError> getError()

setError

public void setError(List<ProfileExecuteError> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.