com.hyper9.simdk.stubs.dao
Class DistributedVirtualSwitchHostMemberPnicSpec

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

public class DistributedVirtualSwitchHostMemberPnicSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DistributedVirtualSwitchHostMemberPnicSpec()
           
 
Method Summary
 Integer getConnectionCookie()
           
 String getPnicDevice()
           
 String getUplinkPortgroupKey()
           
 String getUplinkPortKey()
           
 void setConnectionCookie(Integer toSet)
           
 void setPnicDevice(String toSet)
           
 void setUplinkPortgroupKey(String toSet)
           
 void setUplinkPortKey(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

DistributedVirtualSwitchHostMemberPnicSpec

public DistributedVirtualSwitchHostMemberPnicSpec()
Method Detail

getPnicDevice

public String getPnicDevice()

setPnicDevice

public void setPnicDevice(String toSet)

getUplinkPortKey

public String getUplinkPortKey()

setUplinkPortKey

public void setUplinkPortKey(String toSet)

getUplinkPortgroupKey

public String getUplinkPortgroupKey()

setUplinkPortgroupKey

public void setUplinkPortgroupKey(String toSet)

getConnectionCookie

public Integer getConnectionCookie()

setConnectionCookie

public void setConnectionCookie(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.