com.hyper9.simdk.stubs.dao
Class VAppOvfSectionInfo

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

public class VAppOvfSectionInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VAppOvfSectionInfo()
           
 
Method Summary
 Boolean getAtEnvelopeLevel()
           
 String getContents()
           
 Integer getKey()
           
 String getNamespace()
           
 String getType()
           
 void setAtEnvelopeLevel(Boolean toSet)
           
 void setContents(String toSet)
           
 void setKey(Integer toSet)
           
 void setNamespace(String toSet)
           
 void setType(String 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

VAppOvfSectionInfo

public VAppOvfSectionInfo()
Method Detail

getKey

public Integer getKey()

setKey

public void setKey(Integer toSet)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getAtEnvelopeLevel

public Boolean getAtEnvelopeLevel()

setAtEnvelopeLevel

public void setAtEnvelopeLevel(Boolean toSet)

getContents

public String getContents()

setContents

public void setContents(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.