com.hyper9.simdk.stubs.dao
Class VmDiskFileQueryFlags

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

public class VmDiskFileQueryFlags
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VmDiskFileQueryFlags()
           
 
Method Summary
 Boolean getCapacityKb()
           
 Boolean getControllerType()
           
 Boolean getDiskExtents()
           
 Boolean getDiskType()
           
 Boolean getHardwareVersion()
           
 Boolean getThin()
           
 void setCapacityKb(Boolean toSet)
           
 void setControllerType(Boolean toSet)
           
 void setDiskExtents(Boolean toSet)
           
 void setDiskType(Boolean toSet)
           
 void setHardwareVersion(Boolean toSet)
           
 void setThin(Boolean 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

VmDiskFileQueryFlags

public VmDiskFileQueryFlags()
Method Detail

getDiskType

public Boolean getDiskType()

setDiskType

public void setDiskType(Boolean toSet)

getCapacityKb

public Boolean getCapacityKb()

setCapacityKb

public void setCapacityKb(Boolean toSet)

getHardwareVersion

public Boolean getHardwareVersion()

setHardwareVersion

public void setHardwareVersion(Boolean toSet)

getControllerType

public Boolean getControllerType()

setControllerType

public void setControllerType(Boolean toSet)

getDiskExtents

public Boolean getDiskExtents()

setDiskExtents

public void setDiskExtents(Boolean toSet)

getThin

public Boolean getThin()

setThin

public void setThin(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.