com.hyper9.simdk.stubs.dao
Class OvfCreateDescriptorParams

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

public class OvfCreateDescriptorParams
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfCreateDescriptorParams()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 List<OvfFile> getOvfFiles()
           
 void setDescription(String toSet)
           
 void setName(String toSet)
           
 void setOvfFiles(List<OvfFile> 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

OvfCreateDescriptorParams

public OvfCreateDescriptorParams()
Method Detail

getOvfFiles

public List<OvfFile> getOvfFiles()

setOvfFiles

public void setOvfFiles(List<OvfFile> toSet)

getName

public String getName()

setName

public void setName(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.