com.hyper9.simdk.stubs.dao
Class AlarmTriggeringAction

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

public class AlarmTriggeringAction
extends AlarmAction

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AlarmTriggeringAction()
           
 
Method Summary
 Action getAction()
           
 Boolean getGreen2Yellow()
           
 Boolean getRed2Yellow()
           
 List<AlarmTriggeringActionTransitionSpec> getTransitionSpecs()
           
 Boolean getYellow2Green()
           
 Boolean getYellow2Red()
           
 void setAction(Action toSet)
           
 void setGreen2Yellow(Boolean toSet)
           
 void setRed2Yellow(Boolean toSet)
           
 void setTransitionSpecs(List<AlarmTriggeringActionTransitionSpec> toSet)
           
 void setYellow2Green(Boolean toSet)
           
 void setYellow2Red(Boolean 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

AlarmTriggeringAction

public AlarmTriggeringAction()
Method Detail

getAction

public Action getAction()

setAction

public void setAction(Action toSet)

getTransitionSpecs

public List<AlarmTriggeringActionTransitionSpec> getTransitionSpecs()

setTransitionSpecs

public void setTransitionSpecs(List<AlarmTriggeringActionTransitionSpec> toSet)

getGreen2Yellow

public Boolean getGreen2Yellow()

setGreen2Yellow

public void setGreen2Yellow(Boolean toSet)

getYellow2Red

public Boolean getYellow2Red()

setYellow2Red

public void setYellow2Red(Boolean toSet)

getRed2Yellow

public Boolean getRed2Yellow()

setRed2Yellow

public void setRed2Yellow(Boolean toSet)

getYellow2Green

public Boolean getYellow2Green()

setYellow2Green

public void setYellow2Green(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.