com.hyper9.simdk.stubs.dao
Class DVPortState

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

public class DVPortState
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVPortState()
           
 
Method Summary
 DVPortStatus getRuntimeInfo()
           
 DistributedVirtualSwitchPortStatistics getStats()
           
 List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificState()
           
 void setRuntimeInfo(DVPortStatus toSet)
           
 void setStats(DistributedVirtualSwitchPortStatistics toSet)
           
 void setVendorSpecificState(List<DistributedVirtualSwitchKeyedOpaqueBlob> 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

DVPortState

public DVPortState()
Method Detail

getRuntimeInfo

public DVPortStatus getRuntimeInfo()

setRuntimeInfo

public void setRuntimeInfo(DVPortStatus toSet)

getStats

public DistributedVirtualSwitchPortStatistics getStats()

setStats

public void setStats(DistributedVirtualSwitchPortStatistics toSet)

getVendorSpecificState

public List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificState()

setVendorSpecificState

public void setVendorSpecificState(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.