com.hyper9.simdk.stubs.dao
Class NetworkSummary

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

public class NetworkSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
NetworkSummary()
           
 
Method Summary
 Boolean getAccessible()
           
 String getIpPoolName()
           
 String getName()
           
 Network getNetwork()
           
 void setAccessible(Boolean toSet)
           
 void setIpPoolName(String toSet)
           
 void setName(String toSet)
           
 void setNetwork(Network 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

NetworkSummary

public NetworkSummary()
Method Detail

getNetwork

public Network getNetwork()

setNetwork

public void setNetwork(Network toSet)

getName

public String getName()

setName

public void setName(String toSet)

getAccessible

public Boolean getAccessible()

setAccessible

public void setAccessible(Boolean toSet)

getIpPoolName

public String getIpPoolName()

setIpPoolName

public void setIpPoolName(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.