com.hyper9.simdk.stubs.dao
Class CheckResult

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

public class CheckResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
CheckResult()
           
 
Method Summary
 List<LocalizedMethodFault> getError()
           
 HostSystem getHost()
           
 VirtualMachine getVm()
           
 List<LocalizedMethodFault> getWarning()
           
 void setError(List<LocalizedMethodFault> toSet)
           
 void setHost(HostSystem toSet)
           
 void setVm(VirtualMachine toSet)
           
 void setWarning(List<LocalizedMethodFault> 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

CheckResult

public CheckResult()
Method Detail

getVm

public VirtualMachine getVm()

setVm

public void setVm(VirtualMachine toSet)

getHost

public HostSystem getHost()

setHost

public void setHost(HostSystem toSet)

getWarning

public List<LocalizedMethodFault> getWarning()

setWarning

public void setWarning(List<LocalizedMethodFault> toSet)

getError

public List<LocalizedMethodFault> getError()

setError

public void setError(List<LocalizedMethodFault> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.