com.hyper9.simdk.stubs.dao
Class VirtualDiskManagerReparentSpec

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

public class VirtualDiskManagerReparentSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualDiskManagerReparentSpec()
           
 
Method Summary
 String getChildFilename()
           
 Boolean getMarkParentShared()
           
 String getParentFilename()
           
 void setChildFilename(String toSet)
           
 void setMarkParentShared(Boolean toSet)
           
 void setParentFilename(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

VirtualDiskManagerReparentSpec

public VirtualDiskManagerReparentSpec()
Method Detail

getChildFilename

public String getChildFilename()

setChildFilename

public void setChildFilename(String toSet)

getParentFilename

public String getParentFilename()

setParentFilename

public void setParentFilename(String toSet)

getMarkParentShared

public Boolean getMarkParentShared()

setMarkParentShared

public void setMarkParentShared(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.