com.hyper9.simdk.stubs.dao
Class PhysicalNicCdpInfo

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

public class PhysicalNicCdpInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PhysicalNicCdpInfo()
           
 
Method Summary
 String getAddress()
           
 Integer getCdpVersion()
           
 PhysicalNicCdpDeviceCapability getDeviceCapability()
           
 String getDevId()
           
 Boolean getFullDuplex()
           
 String getHardwarePlatform()
           
 String getIpPrefix()
           
 Integer getIpPrefixLen()
           
 String getLocation()
           
 String getMgmtAddr()
           
 Integer getMtu()
           
 String getPortId()
           
 Integer getSamples()
           
 String getSoftwareVersion()
           
 String getSystemName()
           
 String getSystemOID()
           
 Integer getTimeout()
           
 Integer getTtl()
           
 Integer getVlan()
           
 void setAddress(String toSet)
           
 void setCdpVersion(Integer toSet)
           
 void setDeviceCapability(PhysicalNicCdpDeviceCapability toSet)
           
 void setDevId(String toSet)
           
 void setFullDuplex(Boolean toSet)
           
 void setHardwarePlatform(String toSet)
           
 void setIpPrefix(String toSet)
           
 void setIpPrefixLen(Integer toSet)
           
 void setLocation(String toSet)
           
 void setMgmtAddr(String toSet)
           
 void setMtu(Integer toSet)
           
 void setPortId(String toSet)
           
 void setSamples(Integer toSet)
           
 void setSoftwareVersion(String toSet)
           
 void setSystemName(String toSet)
           
 void setSystemOID(String toSet)
           
 void setTimeout(Integer toSet)
           
 void setTtl(Integer toSet)
           
 void setVlan(Integer 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

PhysicalNicCdpInfo

public PhysicalNicCdpInfo()
Method Detail

getCdpVersion

public Integer getCdpVersion()

setCdpVersion

public void setCdpVersion(Integer toSet)

getTimeout

public Integer getTimeout()

setTimeout

public void setTimeout(Integer toSet)

getTtl

public Integer getTtl()

setTtl

public void setTtl(Integer toSet)

getSamples

public Integer getSamples()

setSamples

public void setSamples(Integer toSet)

getDevId

public String getDevId()

setDevId

public void setDevId(String toSet)

getAddress

public String getAddress()

setAddress

public void setAddress(String toSet)

getPortId

public String getPortId()

setPortId

public void setPortId(String toSet)

getDeviceCapability

public PhysicalNicCdpDeviceCapability getDeviceCapability()

setDeviceCapability

public void setDeviceCapability(PhysicalNicCdpDeviceCapability toSet)

getSoftwareVersion

public String getSoftwareVersion()

setSoftwareVersion

public void setSoftwareVersion(String toSet)

getHardwarePlatform

public String getHardwarePlatform()

setHardwarePlatform

public void setHardwarePlatform(String toSet)

getIpPrefix

public String getIpPrefix()

setIpPrefix

public void setIpPrefix(String toSet)

getIpPrefixLen

public Integer getIpPrefixLen()

setIpPrefixLen

public void setIpPrefixLen(Integer toSet)

getVlan

public Integer getVlan()

setVlan

public void setVlan(Integer toSet)

getFullDuplex

public Boolean getFullDuplex()

setFullDuplex

public void setFullDuplex(Boolean toSet)

getMtu

public Integer getMtu()

setMtu

public void setMtu(Integer toSet)

getSystemName

public String getSystemName()

setSystemName

public void setSystemName(String toSet)

getSystemOID

public String getSystemOID()

setSystemOID

public void setSystemOID(String toSet)

getMgmtAddr

public String getMgmtAddr()

setMgmtAddr

public void setMgmtAddr(String toSet)

getLocation

public String getLocation()

setLocation

public void setLocation(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.