com.hyper9.simdk.stubs.dao
Class DVPortConfigInfo

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

public class DVPortConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVPortConfigInfo()
           
 
Method Summary
 String getConfigVersion()
           
 String getDescription()
           
 String getName()
           
 List<ManagedEntity> getScope()
           
 DVPortSetting getSetting()
           
 void setConfigVersion(String toSet)
           
 void setDescription(String toSet)
           
 void setName(String toSet)
           
 void setScope(List<ManagedEntity> toSet)
           
 void setSetting(DVPortSetting 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

DVPortConfigInfo

public DVPortConfigInfo()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getScope

public List<ManagedEntity> getScope()

setScope

public void setScope(List<ManagedEntity> toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getSetting

public DVPortSetting getSetting()

setSetting

public void setSetting(DVPortSetting toSet)

getConfigVersion

public String getConfigVersion()

setConfigVersion

public void setConfigVersion(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.