com.hyper9.simdk.stubs.dao
Class OvfValidateHostResult

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

public class OvfValidateHostResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfValidateHostResult()
           
 
Method Summary
 Long getDownloadSize()
           
 List<LocalizedMethodFault> getError()
           
 Long getFlatDeploymentSize()
           
 Long getSparseDeploymentSize()
           
 List<LocalizedMethodFault> getWarning()
           
 void setDownloadSize(Long toSet)
           
 void setError(List<LocalizedMethodFault> toSet)
           
 void setFlatDeploymentSize(Long toSet)
           
 void setSparseDeploymentSize(Long 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

OvfValidateHostResult

public OvfValidateHostResult()
Method Detail

getDownloadSize

public Long getDownloadSize()

setDownloadSize

public void setDownloadSize(Long toSet)

getFlatDeploymentSize

public Long getFlatDeploymentSize()

setFlatDeploymentSize

public void setFlatDeploymentSize(Long toSet)

getSparseDeploymentSize

public Long getSparseDeploymentSize()

setSparseDeploymentSize

public void setSparseDeploymentSize(Long toSet)

getError

public List<LocalizedMethodFault> getError()

setError

public void setError(List<LocalizedMethodFault> toSet)

getWarning

public List<LocalizedMethodFault> getWarning()

setWarning

public void setWarning(List<LocalizedMethodFault> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.