com.hyper9.simdk.stubs.dao
Class VirtualDiskFlatVer2BackingInfo

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.VirtualDiskFlatVer2BackingInfo
All Implemented Interfaces:
Serializable

public class VirtualDiskFlatVer2BackingInfo
extends VirtualDeviceFileBackingInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualDiskFlatVer2BackingInfo()
           
 
Method Summary
 String getChangeId()
           
 String getContentId()
           
 String getDiskMode()
           
 Boolean getEagerlyScrub()
           
 VirtualDiskFlatVer2BackingInfo getParent()
           
 Boolean getSplit()
           
 Boolean getThinProvisioned()
           
 String getUuid()
           
 Boolean getWriteThrough()
           
 void setChangeId(String toSet)
           
 void setContentId(String toSet)
           
 void setDiskMode(String toSet)
           
 void setEagerlyScrub(Boolean toSet)
           
 void setParent(VirtualDiskFlatVer2BackingInfo toSet)
           
 void setSplit(Boolean toSet)
           
 void setThinProvisioned(Boolean toSet)
           
 void setUuid(String 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

VirtualDiskFlatVer2BackingInfo

public VirtualDiskFlatVer2BackingInfo()
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)

getThinProvisioned

public Boolean getThinProvisioned()

setThinProvisioned

public void setThinProvisioned(Boolean toSet)

getEagerlyScrub

public Boolean getEagerlyScrub()

setEagerlyScrub

public void setEagerlyScrub(Boolean toSet)

getUuid

public String getUuid()

setUuid

public void setUuid(String toSet)

getContentId

public String getContentId()

setContentId

public void setContentId(String toSet)

getChangeId

public String getChangeId()

setChangeId

public void setChangeId(String toSet)

getParent

public VirtualDiskFlatVer2BackingInfo getParent()

setParent

public void setParent(VirtualDiskFlatVer2BackingInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.