com.hyper9.simdk.stubs.dao
Class VirtualMachineRelocateSpecDiskLocator

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

public class VirtualMachineRelocateSpecDiskLocator
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineRelocateSpecDiskLocator()
           
 
Method Summary
 Datastore getDatastore()
           
 Integer getDiskId()
           
 String getDiskMoveType()
           
 void setDatastore(Datastore toSet)
           
 void setDiskId(Integer toSet)
           
 void setDiskMoveType(String 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

VirtualMachineRelocateSpecDiskLocator

public VirtualMachineRelocateSpecDiskLocator()
Method Detail

getDiskId

public Integer getDiskId()

setDiskId

public void setDiskId(Integer toSet)

getDatastore

public Datastore getDatastore()

setDatastore

public void setDatastore(Datastore toSet)

getDiskMoveType

public String getDiskMoveType()

setDiskMoveType

public void setDiskMoveType(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.