com.hyper9.simdk.stubs.dao
Class VirtualSwitchProfile

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

public class VirtualSwitchProfile
extends ApplyProfile

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualSwitchProfile()
           
 
Method Summary
 String getKey()
           
 LinkProfile getLink()
           
 String getName()
           
 NetworkPolicyProfile getNetworkPolicy()
           
 NumPortsProfile getNumPorts()
           
 void setKey(String toSet)
           
 void setLink(LinkProfile toSet)
           
 void setName(String toSet)
           
 void setNetworkPolicy(NetworkPolicyProfile toSet)
           
 void setNumPorts(NumPortsProfile toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ApplyProfile
getEnabled, getPolicy, setEnabled, setPolicy
 
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

VirtualSwitchProfile

public VirtualSwitchProfile()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getLink

public LinkProfile getLink()

setLink

public void setLink(LinkProfile toSet)

getNumPorts

public NumPortsProfile getNumPorts()

setNumPorts

public void setNumPorts(NumPortsProfile toSet)

getNetworkPolicy

public NetworkPolicyProfile getNetworkPolicy()

setNetworkPolicy

public void setNetworkPolicy(NetworkPolicyProfile toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.