com.hyper9.simdk.stubs.dao
Class OvfCreateDescriptorResult

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

public class OvfCreateDescriptorResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfCreateDescriptorResult()
           
 
Method Summary
 List<LocalizedMethodFault> getError()
           
 String getOvfDescriptor()
           
 List<LocalizedMethodFault> getWarning()
           
 void setError(List<LocalizedMethodFault> toSet)
           
 void setOvfDescriptor(String 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

OvfCreateDescriptorResult

public OvfCreateDescriptorResult()
Method Detail

getOvfDescriptor

public String getOvfDescriptor()

setOvfDescriptor

public void setOvfDescriptor(String 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.