com.hyper9.simdk.stubs.dao
Class DistributedVirtualPort

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

public class DistributedVirtualPort
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DistributedVirtualPort()
           
 
Method Summary
 DVPortConfigInfo getConfig()
           
 Boolean getConflict()
           
 String getConflictPortKey()
           
 DistributedVirtualSwitchPortConnectee getConnectee()
           
 Integer getConnectionCookie()
           
 String getDvsUuid()
           
 String getKey()
           
 Calendar getLastStatusChange()
           
 String getPortgroupKey()
           
 HostSystem getProxyHost()
           
 DVPortState getState()
           
 void setConfig(DVPortConfigInfo toSet)
           
 void setConflict(Boolean toSet)
           
 void setConflictPortKey(String toSet)
           
 void setConnectee(DistributedVirtualSwitchPortConnectee toSet)
           
 void setConnectionCookie(Integer toSet)
           
 void setDvsUuid(String toSet)
           
 void setKey(String toSet)
           
 void setLastStatusChange(Calendar toSet)
           
 void setPortgroupKey(String toSet)
           
 void setProxyHost(HostSystem toSet)
           
 void setState(DVPortState 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

DistributedVirtualPort

public DistributedVirtualPort()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getConfig

public DVPortConfigInfo getConfig()

setConfig

public void setConfig(DVPortConfigInfo toSet)

getDvsUuid

public String getDvsUuid()

setDvsUuid

public void setDvsUuid(String toSet)

getPortgroupKey

public String getPortgroupKey()

setPortgroupKey

public void setPortgroupKey(String toSet)

getProxyHost

public HostSystem getProxyHost()

setProxyHost

public void setProxyHost(HostSystem toSet)

getConnectee

public DistributedVirtualSwitchPortConnectee getConnectee()

setConnectee

public void setConnectee(DistributedVirtualSwitchPortConnectee toSet)

getConflict

public Boolean getConflict()

setConflict

public void setConflict(Boolean toSet)

getConflictPortKey

public String getConflictPortKey()

setConflictPortKey

public void setConflictPortKey(String toSet)

getState

public DVPortState getState()

setState

public void setState(DVPortState toSet)

getConnectionCookie

public Integer getConnectionCookie()

setConnectionCookie

public void setConnectionCookie(Integer toSet)

getLastStatusChange

public Calendar getLastStatusChange()

setLastStatusChange

public void setLastStatusChange(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.