com.hyper9.simdk.stubs.dao
Class VirtualMachineFileInfo

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

public class VirtualMachineFileInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineFileInfo()
           
 
Method Summary
 String getLogDirectory()
           
 String getSnapshotDirectory()
           
 String getSuspendDirectory()
           
 String getVmPathName()
           
 void setLogDirectory(String toSet)
           
 void setSnapshotDirectory(String toSet)
           
 void setSuspendDirectory(String toSet)
           
 void setVmPathName(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

VirtualMachineFileInfo

public VirtualMachineFileInfo()
Method Detail

getVmPathName

public String getVmPathName()

setVmPathName

public void setVmPathName(String toSet)

getSnapshotDirectory

public String getSnapshotDirectory()

setSnapshotDirectory

public void setSnapshotDirectory(String toSet)

getSuspendDirectory

public String getSuspendDirectory()

setSuspendDirectory

public void setSuspendDirectory(String toSet)

getLogDirectory

public String getLogDirectory()

setLogDirectory

public void setLogDirectory(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.