com.hyper9.simdk.stubs.dao
Class TaskReasonAlarm

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

public class TaskReasonAlarm
extends TaskReason

Author:
akutz
See Also:
Serialized Form

Constructor Summary
TaskReasonAlarm()
           
 
Method Summary
 Alarm getAlarm()
           
 String getAlarmName()
           
 ManagedEntity getEntity()
           
 String getEntityName()
           
 void setAlarm(Alarm toSet)
           
 void setAlarmName(String toSet)
           
 void setEntity(ManagedEntity toSet)
           
 void setEntityName(String 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

TaskReasonAlarm

public TaskReasonAlarm()
Method Detail

getAlarmName

public String getAlarmName()

setAlarmName

public void setAlarmName(String toSet)

getAlarm

public Alarm getAlarm()

setAlarm

public void setAlarm(Alarm toSet)

getEntityName

public String getEntityName()

setEntityName

public void setEntityName(String toSet)

getEntity

public ManagedEntity getEntity()

setEntity

public void setEntity(ManagedEntity toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.