com.hyper9.simdk.stubs.dao
Class AlarmSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.AlarmSpec
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlarmInfo

public class AlarmSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AlarmSpec()
           
 
Method Summary
 AlarmAction getAction()
           
 Integer getActionFrequency()
           
 String getDescription()
           
 Boolean getEnabled()
           
 AlarmExpression getExpression()
           
 String getName()
           
 AlarmSetting getSetting()
           
 void setAction(AlarmAction toSet)
           
 void setActionFrequency(Integer toSet)
           
 void setDescription(String toSet)
           
 void setEnabled(Boolean toSet)
           
 void setExpression(AlarmExpression toSet)
           
 void setName(String toSet)
           
 void setSetting(AlarmSetting 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

AlarmSpec

public AlarmSpec()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getExpression

public AlarmExpression getExpression()

setExpression

public void setExpression(AlarmExpression toSet)

getAction

public AlarmAction getAction()

setAction

public void setAction(AlarmAction toSet)

getActionFrequency

public Integer getActionFrequency()

setActionFrequency

public void setActionFrequency(Integer toSet)

getSetting

public AlarmSetting getSetting()

setSetting

public void setSetting(AlarmSetting toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.