com.hyper9.simdk.stubs.dao
Class HostFirewallRule

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

public class HostFirewallRule
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostFirewallRule()
           
 
Method Summary
 HostFirewallRuleDirection getDirection()
           
 Integer getEndPort()
           
 Integer getPort()
           
 String getProtocol()
           
 void setDirection(HostFirewallRuleDirection toSet)
           
 void setEndPort(Integer toSet)
           
 void setPort(Integer toSet)
           
 void setProtocol(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

HostFirewallRule

public HostFirewallRule()
Method Detail

getPort

public Integer getPort()

setPort

public void setPort(Integer toSet)

getEndPort

public Integer getEndPort()

setEndPort

public void setEndPort(Integer toSet)

getDirection

public HostFirewallRuleDirection getDirection()

setDirection

public void setDirection(HostFirewallRuleDirection toSet)

getProtocol

public String getProtocol()

setProtocol

public void setProtocol(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.