com.hyper9.simdk.stubs.dao
Class FaultToleranceConfigInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.FaultToleranceConfigInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FaultTolerancePrimaryConfigInfo, FaultToleranceSecondaryConfigInfo

public class FaultToleranceConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
FaultToleranceConfigInfo()
           
 
Method Summary
 List<String> getConfigPaths()
           
 List<String> getInstanceUuids()
           
 Integer getRole()
           
 void setConfigPaths(List<String> toSet)
           
 void setInstanceUuids(List<String> toSet)
           
 void setRole(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

FaultToleranceConfigInfo

public FaultToleranceConfigInfo()
Method Detail

getRole

public Integer getRole()

setRole

public void setRole(Integer toSet)

getInstanceUuids

public List<String> getInstanceUuids()

setInstanceUuids

public void setInstanceUuids(List<String> toSet)

getConfigPaths

public List<String> getConfigPaths()

setConfigPaths

public void setConfigPaths(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.