com.hyper9.simdk.stubs.dao
Class ClusterDpmHostConfigInfo

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

public class ClusterDpmHostConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterDpmHostConfigInfo()
           
 
Method Summary
 DpmBehavior getBehavior()
           
 Boolean getEnabled()
           
 HostSystem getKey()
           
 void setBehavior(DpmBehavior toSet)
           
 void setEnabled(Boolean toSet)
           
 void setKey(HostSystem 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

ClusterDpmHostConfigInfo

public ClusterDpmHostConfigInfo()
Method Detail

getKey

public HostSystem getKey()

setKey

public void setKey(HostSystem toSet)

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getBehavior

public DpmBehavior getBehavior()

setBehavior

public void setBehavior(DpmBehavior toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.