com.hyper9.simdk.stubs.dao
Class VirtualMachineUsbInfo

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

public class VirtualMachineUsbInfo
extends VirtualMachineTargetInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineUsbInfo()
           
 
Method Summary
 String getDescription()
           
 List<String> getFamily()
           
 String getPhysicalPath()
           
 Integer getProduct()
           
 List<String> getSpeed()
           
 VirtualMachineSummary getSummary()
           
 Integer getVendor()
           
 void setDescription(String toSet)
           
 void setFamily(List<String> toSet)
           
 void setPhysicalPath(String toSet)
           
 void setProduct(Integer toSet)
           
 void setSpeed(List<String> toSet)
           
 void setSummary(VirtualMachineSummary toSet)
           
 void setVendor(Integer toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualMachineTargetInfo
getConfigurationTag, getName, setConfigurationTag, setName
 
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

VirtualMachineUsbInfo

public VirtualMachineUsbInfo()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getVendor

public Integer getVendor()

setVendor

public void setVendor(Integer toSet)

getProduct

public Integer getProduct()

setProduct

public void setProduct(Integer toSet)

getPhysicalPath

public String getPhysicalPath()

setPhysicalPath

public void setPhysicalPath(String toSet)

getFamily

public List<String> getFamily()

setFamily

public void setFamily(List<String> toSet)

getSpeed

public List<String> getSpeed()

setSpeed

public void setSpeed(List<String> toSet)

getSummary

public VirtualMachineSummary getSummary()

setSummary

public void setSummary(VirtualMachineSummary toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.