com.hyper9.simdk.stubs.dao
Class HostHostBusAdapter

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostHostBusAdapter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostBlockHba, HostFibreChannelHba, HostInternetScsiHba, HostParallelScsiHba

public class HostHostBusAdapter
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostHostBusAdapter()
           
 
Method Summary
 Integer getBus()
           
 String getDevice()
           
 String getDriver()
           
 String getKey()
           
 String getModel()
           
 String getPci()
           
 String getStatus()
           
 void setBus(Integer toSet)
           
 void setDevice(String toSet)
           
 void setDriver(String toSet)
           
 void setKey(String toSet)
           
 void setModel(String toSet)
           
 void setPci(String toSet)
           
 void setStatus(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

HostHostBusAdapter

public HostHostBusAdapter()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getDevice

public String getDevice()

setDevice

public void setDevice(String toSet)

getBus

public Integer getBus()

setBus

public void setBus(Integer toSet)

getStatus

public String getStatus()

setStatus

public void setStatus(String toSet)

getModel

public String getModel()

setModel

public void setModel(String toSet)

getDriver

public String getDriver()

setDriver

public void setDriver(String toSet)

getPci

public String getPci()

setPci

public void setPci(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.