com.hyper9.simdk.stubs.dao
Class VirtualMachineFileLayoutExSnapshotLayout

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

public class VirtualMachineFileLayoutExSnapshotLayout
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineFileLayoutExSnapshotLayout()
           
 
Method Summary
 Integer getDataKey()
           
 List<VirtualMachineFileLayoutExDiskLayout> getDisk()
           
 VirtualMachineSnapshot getKey()
           
 void setDataKey(Integer toSet)
           
 void setDisk(List<VirtualMachineFileLayoutExDiskLayout> toSet)
           
 void setKey(VirtualMachineSnapshot 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

VirtualMachineFileLayoutExSnapshotLayout

public VirtualMachineFileLayoutExSnapshotLayout()
Method Detail

getKey

public VirtualMachineSnapshot getKey()

setKey

public void setKey(VirtualMachineSnapshot toSet)

getDataKey

public Integer getDataKey()

setDataKey

public void setDataKey(Integer toSet)

getDisk

public List<VirtualMachineFileLayoutExDiskLayout> getDisk()

setDisk

public void setDisk(List<VirtualMachineFileLayoutExDiskLayout> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.