com.hyper9.simdk.stubs.dao
Class PortGroupProfile

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.PortGroupProfile
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostPortGroupProfile, ServiceConsolePortGroupProfile, VmPortGroupProfile

public class PortGroupProfile
extends ApplyProfile

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PortGroupProfile()
           
 
Method Summary
 String getKey()
           
 String getName()
           
 NetworkPolicyProfile getNetworkPolicy()
           
 VlanProfile getVlan()
           
 VirtualSwitchSelectionProfile getVswitch()
           
 void setKey(String toSet)
           
 void setName(String toSet)
           
 void setNetworkPolicy(NetworkPolicyProfile toSet)
           
 void setVlan(VlanProfile toSet)
           
 void setVswitch(VirtualSwitchSelectionProfile 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

PortGroupProfile

public PortGroupProfile()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getVlan

public VlanProfile getVlan()

setVlan

public void setVlan(VlanProfile toSet)

getVswitch

public VirtualSwitchSelectionProfile getVswitch()

setVswitch

public void setVswitch(VirtualSwitchSelectionProfile toSet)

getNetworkPolicy

public NetworkPolicyProfile getNetworkPolicy()

setNetworkPolicy

public void setNetworkPolicy(NetworkPolicyProfile toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.