com.hyper9.simdk.stubs.dao
Class VirtualMachineSnapshotInfo

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

public class VirtualMachineSnapshotInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineSnapshotInfo()
           
 
Method Summary
 VirtualMachineSnapshot getCurrentSnapshot()
           
 List<VirtualMachineSnapshotTree> getRootSnapshotList()
           
 void setCurrentSnapshot(VirtualMachineSnapshot toSet)
           
 void setRootSnapshotList(List<VirtualMachineSnapshotTree> 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

VirtualMachineSnapshotInfo

public VirtualMachineSnapshotInfo()
Method Detail

getCurrentSnapshot

public VirtualMachineSnapshot getCurrentSnapshot()

setCurrentSnapshot

public void setCurrentSnapshot(VirtualMachineSnapshot toSet)

getRootSnapshotList

public List<VirtualMachineSnapshotTree> getRootSnapshotList()

setRootSnapshotList

public void setRootSnapshotList(List<VirtualMachineSnapshotTree> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.