com.hyper9.simdk.stubs.dao
Class VirtualMachineSnapshotTree

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

public class VirtualMachineSnapshotTree
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineSnapshotTree()
           
 
Method Summary
 String getBackupManifest()
           
 List<VirtualMachineSnapshotTree> getChildSnapshotList()
           
 Calendar getCreateTime()
           
 String getDescription()
           
 Integer getId()
           
 String getName()
           
 Boolean getQuiesced()
           
 Boolean getReplaySupported()
           
 VirtualMachineSnapshot getSnapshot()
           
 VirtualMachinePowerState getState()
           
 VirtualMachine getVm()
           
 void setBackupManifest(String toSet)
           
 void setChildSnapshotList(List<VirtualMachineSnapshotTree> toSet)
           
 void setCreateTime(Calendar toSet)
           
 void setDescription(String toSet)
           
 void setId(Integer toSet)
           
 void setName(String toSet)
           
 void setQuiesced(Boolean toSet)
           
 void setReplaySupported(Boolean toSet)
           
 void setSnapshot(VirtualMachineSnapshot toSet)
           
 void setState(VirtualMachinePowerState toSet)
           
 void setVm(VirtualMachine 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

VirtualMachineSnapshotTree

public VirtualMachineSnapshotTree()
Method Detail

getSnapshot

public VirtualMachineSnapshot getSnapshot()

setSnapshot

public void setSnapshot(VirtualMachineSnapshot toSet)

getVm

public VirtualMachine getVm()

setVm

public void setVm(VirtualMachine toSet)

getName

public String getName()

setName

public void setName(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getId

public Integer getId()

setId

public void setId(Integer toSet)

getCreateTime

public Calendar getCreateTime()

setCreateTime

public void setCreateTime(Calendar toSet)

getState

public VirtualMachinePowerState getState()

setState

public void setState(VirtualMachinePowerState toSet)

getQuiesced

public Boolean getQuiesced()

setQuiesced

public void setQuiesced(Boolean toSet)

getBackupManifest

public String getBackupManifest()

setBackupManifest

public void setBackupManifest(String toSet)

getChildSnapshotList

public List<VirtualMachineSnapshotTree> getChildSnapshotList()

setChildSnapshotList

public void setChildSnapshotList(List<VirtualMachineSnapshotTree> toSet)

getReplaySupported

public Boolean getReplaySupported()

setReplaySupported

public void setReplaySupported(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.