com.hyper9.simdk.stubs.dao
Class HostIpRouteEntry

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

public class HostIpRouteEntry
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostIpRouteEntry()
           
 
Method Summary
 String getGateway()
           
 String getNetwork()
           
 Integer getPrefixLength()
           
 void setGateway(String toSet)
           
 void setNetwork(String toSet)
           
 void setPrefixLength(Integer 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

HostIpRouteEntry

public HostIpRouteEntry()
Method Detail

getNetwork

public String getNetwork()

setNetwork

public void setNetwork(String toSet)

getPrefixLength

public Integer getPrefixLength()

setPrefixLength

public void setPrefixLength(Integer toSet)

getGateway

public String getGateway()

setGateway

public void setGateway(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.