com.hyper9.simdk.stubs.dao
Class PhysicalNicHintInfo

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

public class PhysicalNicHintInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PhysicalNicHintInfo()
           
 
Method Summary
 PhysicalNicCdpInfo getConnectedSwitchPort()
           
 String getDevice()
           
 List<PhysicalNicNameHint> getNetwork()
           
 List<PhysicalNicIpHint> getSubnet()
           
 void setConnectedSwitchPort(PhysicalNicCdpInfo toSet)
           
 void setDevice(String toSet)
           
 void setNetwork(List<PhysicalNicNameHint> toSet)
           
 void setSubnet(List<PhysicalNicIpHint> 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

PhysicalNicHintInfo

public PhysicalNicHintInfo()
Method Detail

getDevice

public String getDevice()

setDevice

public void setDevice(String toSet)

getSubnet

public List<PhysicalNicIpHint> getSubnet()

setSubnet

public void setSubnet(List<PhysicalNicIpHint> toSet)

getNetwork

public List<PhysicalNicNameHint> getNetwork()

setNetwork

public void setNetwork(List<PhysicalNicNameHint> toSet)

getConnectedSwitchPort

public PhysicalNicCdpInfo getConnectedSwitchPort()

setConnectedSwitchPort

public void setConnectedSwitchPort(PhysicalNicCdpInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.