com.hyper9.simdk.stubs.dao
Class HostPlugStoreTopology

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

public class HostPlugStoreTopology
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostPlugStoreTopology()
           
 
Method Summary
 List<HostPlugStoreTopologyAdapter> getAdapter()
           
 List<HostPlugStoreTopologyDevice> getDevice()
           
 List<HostPlugStoreTopologyPath> getPath()
           
 List<HostPlugStoreTopologyPlugin> getPlugin()
           
 List<HostPlugStoreTopologyTarget> getTarget()
           
 void setAdapter(List<HostPlugStoreTopologyAdapter> toSet)
           
 void setDevice(List<HostPlugStoreTopologyDevice> toSet)
           
 void setPath(List<HostPlugStoreTopologyPath> toSet)
           
 void setPlugin(List<HostPlugStoreTopologyPlugin> toSet)
           
 void setTarget(List<HostPlugStoreTopologyTarget> 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

HostPlugStoreTopology

public HostPlugStoreTopology()
Method Detail

getAdapter

public List<HostPlugStoreTopologyAdapter> getAdapter()

setAdapter

public void setAdapter(List<HostPlugStoreTopologyAdapter> toSet)

getPath

public List<HostPlugStoreTopologyPath> getPath()

setPath

public void setPath(List<HostPlugStoreTopologyPath> toSet)

getTarget

public List<HostPlugStoreTopologyTarget> getTarget()

setTarget

public void setTarget(List<HostPlugStoreTopologyTarget> toSet)

getDevice

public List<HostPlugStoreTopologyDevice> getDevice()

setDevice

public void setDevice(List<HostPlugStoreTopologyDevice> toSet)

getPlugin

public List<HostPlugStoreTopologyPlugin> getPlugin()

setPlugin

public void setPlugin(List<HostPlugStoreTopologyPlugin> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.