com.hyper9.simdk.stubs.dao
Class HostDVSPortData

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

public class HostDVSPortData
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDVSPortData()
           
 
Method Summary
 Integer getConnectionCookie()
           
 String getName()
           
 String getPortgroupKey()
           
 String getPortKey()
           
 String getPortPersistenceLocation()
           
 DVPortSetting getSetting()
           
 Boolean getShadowPort()
           
 DVPortState getState()
           
 void setConnectionCookie(Integer toSet)
           
 void setName(String toSet)
           
 void setPortgroupKey(String toSet)
           
 void setPortKey(String toSet)
           
 void setPortPersistenceLocation(String toSet)
           
 void setSetting(DVPortSetting toSet)
           
 void setShadowPort(Boolean 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

HostDVSPortData

public HostDVSPortData()
Method Detail

getPortKey

public String getPortKey()

setPortKey

public void setPortKey(String toSet)

getPortgroupKey

public String getPortgroupKey()

setPortgroupKey

public void setPortgroupKey(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getState

public DVPortState getState()

setState

public void setState(DVPortState toSet)

getSetting

public DVPortSetting getSetting()

setSetting

public void setSetting(DVPortSetting toSet)

getConnectionCookie

public Integer getConnectionCookie()

setConnectionCookie

public void setConnectionCookie(Integer toSet)

getPortPersistenceLocation

public String getPortPersistenceLocation()

setPortPersistenceLocation

public void setPortPersistenceLocation(String toSet)

getShadowPort

public Boolean getShadowPort()

setShadowPort

public void setShadowPort(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.