com.hyper9.simdk.stubs.dao
Class VmDiskFileQueryFilter

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

public class VmDiskFileQueryFilter
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VmDiskFileQueryFilter()
           
 
Method Summary
 List<String> getControllerType()
           
 List<String> getDiskType()
           
 List<Integer> getMatchHardwareVersion()
           
 Boolean getThin()
           
 void setControllerType(List<String> toSet)
           
 void setDiskType(List<String> toSet)
           
 void setMatchHardwareVersion(List<Integer> 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

VmDiskFileQueryFilter

public VmDiskFileQueryFilter()
Method Detail

getDiskType

public List<String> getDiskType()

setDiskType

public void setDiskType(List<String> toSet)

getMatchHardwareVersion

public List<Integer> getMatchHardwareVersion()

setMatchHardwareVersion

public void setMatchHardwareVersion(List<Integer> toSet)

getControllerType

public List<String> getControllerType()

setControllerType

public void setControllerType(List<String> toSet)

getThin

public Boolean getThin()

setThin

public void setThin(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.