com.hyper9.simdk.stubs.dao
Class HostFirewallRuleset

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

public class HostFirewallRuleset
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostFirewallRuleset()
           
 
Method Summary
 Boolean getEnabled()
           
 String getKey()
           
 String getLabel()
           
 Boolean getRequired()
           
 List<HostFirewallRule> getRule()
           
 String getService()
           
 void setEnabled(Boolean toSet)
           
 void setKey(String toSet)
           
 void setLabel(String toSet)
           
 void setRequired(Boolean toSet)
           
 void setRule(List<HostFirewallRule> toSet)
           
 void setService(String 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

HostFirewallRuleset

public HostFirewallRuleset()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getLabel

public String getLabel()

setLabel

public void setLabel(String toSet)

getRequired

public Boolean getRequired()

setRequired

public void setRequired(Boolean toSet)

getRule

public List<HostFirewallRule> getRule()

setRule

public void setRule(List<HostFirewallRule> toSet)

getService

public String getService()

setService

public void setService(String toSet)

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.