com.hyper9.simdk.stubs.dao
Class AlarmInfo

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

public class AlarmInfo
extends AlarmSpec

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AlarmInfo()
           
 
Method Summary
 Alarm getAlarm()
           
 Integer getCreationEventId()
           
 ManagedEntity getEntity()
           
 String getKey()
           
 Calendar getLastModifiedTime()
           
 String getLastModifiedUser()
           
 void setAlarm(Alarm toSet)
           
 void setCreationEventId(Integer toSet)
           
 void setEntity(ManagedEntity toSet)
           
 void setKey(String toSet)
           
 void setLastModifiedTime(Calendar toSet)
           
 void setLastModifiedUser(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.AlarmSpec
getAction, getActionFrequency, getDescription, getEnabled, getExpression, getName, getSetting, setAction, setActionFrequency, setDescription, setEnabled, setExpression, setName, setSetting
 
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

AlarmInfo

public AlarmInfo()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getAlarm

public Alarm getAlarm()

setAlarm

public void setAlarm(Alarm toSet)

getEntity

public ManagedEntity getEntity()

setEntity

public void setEntity(ManagedEntity toSet)

getLastModifiedTime

public Calendar getLastModifiedTime()

setLastModifiedTime

public void setLastModifiedTime(Calendar toSet)

getLastModifiedUser

public String getLastModifiedUser()

setLastModifiedUser

public void setLastModifiedUser(String toSet)

getCreationEventId

public Integer getCreationEventId()

setCreationEventId

public void setCreationEventId(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.