com.hyper9.simdk.stubs.dao
Class PhysicalNicCdpDeviceCapability

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

public class PhysicalNicCdpDeviceCapability
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PhysicalNicCdpDeviceCapability()
           
 
Method Summary
 Boolean getHost()
           
 Boolean getIgmpEnabled()
           
 Boolean getNetworkSwitch()
           
 Boolean getRepeater()
           
 Boolean getRouter()
           
 Boolean getSourceRouteBridge()
           
 Boolean getTransparentBridge()
           
 void setHost(Boolean toSet)
           
 void setIgmpEnabled(Boolean toSet)
           
 void setNetworkSwitch(Boolean toSet)
           
 void setRepeater(Boolean toSet)
           
 void setRouter(Boolean toSet)
           
 void setSourceRouteBridge(Boolean toSet)
           
 void setTransparentBridge(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

PhysicalNicCdpDeviceCapability

public PhysicalNicCdpDeviceCapability()
Method Detail

getRouter

public Boolean getRouter()

setRouter

public void setRouter(Boolean toSet)

getTransparentBridge

public Boolean getTransparentBridge()

setTransparentBridge

public void setTransparentBridge(Boolean toSet)

getSourceRouteBridge

public Boolean getSourceRouteBridge()

setSourceRouteBridge

public void setSourceRouteBridge(Boolean toSet)

getNetworkSwitch

public Boolean getNetworkSwitch()

setNetworkSwitch

public void setNetworkSwitch(Boolean toSet)

getHost

public Boolean getHost()

setHost

public void setHost(Boolean toSet)

getIgmpEnabled

public Boolean getIgmpEnabled()

setIgmpEnabled

public void setIgmpEnabled(Boolean toSet)

getRepeater

public Boolean getRepeater()

setRepeater

public void setRepeater(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.