com.hyper9.simdk.stubs.dao
Class DistributedVirtualSwitchPortConnectee

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

public class DistributedVirtualSwitchPortConnectee
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DistributedVirtualSwitchPortConnectee()
           
 
Method Summary
 String getAddressHint()
           
 ManagedEntity getConnectedEntity()
           
 String getNicKey()
           
 String getType()
           
 void setAddressHint(String toSet)
           
 void setConnectedEntity(ManagedEntity toSet)
           
 void setNicKey(String toSet)
           
 void setType(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

DistributedVirtualSwitchPortConnectee

public DistributedVirtualSwitchPortConnectee()
Method Detail

getConnectedEntity

public ManagedEntity getConnectedEntity()

setConnectedEntity

public void setConnectedEntity(ManagedEntity toSet)

getNicKey

public String getNicKey()

setNicKey

public void setNicKey(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getAddressHint

public String getAddressHint()

setAddressHint

public void setAddressHint(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.