com.hyper9.simdk.stubs.dao
Class OvfCreateImportSpecResult

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

public class OvfCreateImportSpecResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfCreateImportSpecResult()
           
 
Method Summary
 List<LocalizedMethodFault> getError()
           
 List<OvfFileItem> getFileItem()
           
 ImportSpec getImportSpec()
           
 List<LocalizedMethodFault> getWarning()
           
 void setError(List<LocalizedMethodFault> toSet)
           
 void setFileItem(List<OvfFileItem> toSet)
           
 void setImportSpec(ImportSpec 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

OvfCreateImportSpecResult

public OvfCreateImportSpecResult()
Method Detail

getImportSpec

public ImportSpec getImportSpec()

setImportSpec

public void setImportSpec(ImportSpec toSet)

getFileItem

public List<OvfFileItem> getFileItem()

setFileItem

public void setFileItem(List<OvfFileItem> 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.