com.hyper9.simdk.stubs.dao
Class VirtualDiskFlatVer1BackingInfo

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

public class VirtualDiskFlatVer1BackingInfo
extends VirtualDeviceFileBackingInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualDiskFlatVer1BackingInfo()
           
 
Method Summary
 String getContentId()
           
 String getDiskMode()
           
 VirtualDiskFlatVer1BackingInfo getParent()
           
 Boolean getSplit()
           
 Boolean getWriteThrough()
           
 void setContentId(String toSet)
           
 void setDiskMode(String toSet)
           
 void setParent(VirtualDiskFlatVer1BackingInfo toSet)
           
 void setSplit(Boolean toSet)
           
 void setWriteThrough(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualDeviceFileBackingInfo
getDatastore, getFileName, setDatastore, setFileName
 
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

VirtualDiskFlatVer1BackingInfo

public VirtualDiskFlatVer1BackingInfo()
Method Detail

getDiskMode

public String getDiskMode()

setDiskMode

public void setDiskMode(String toSet)

getSplit

public Boolean getSplit()

setSplit

public void setSplit(Boolean toSet)

getWriteThrough

public Boolean getWriteThrough()

setWriteThrough

public void setWriteThrough(Boolean toSet)

getContentId

public String getContentId()

setContentId

public void setContentId(String toSet)

getParent

public VirtualDiskFlatVer1BackingInfo getParent()

setParent

public void setParent(VirtualDiskFlatVer1BackingInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.