Class AlarmInfo

All Implemented Interfaces:
Serializable

public class AlarmInfo extends AlarmSpec
See Also:
  • Field Details

  • Constructor Details

    • AlarmInfo

      public AlarmInfo()
  • Method Details

    • getKey

      public String getKey()
    • getAlarm

      public ManagedObjectReference getAlarm()
    • getEntity

      public ManagedObjectReference getEntity()
    • getLastModifiedTime

      public Calendar getLastModifiedTime()
    • getLastModifiedUser

      public String getLastModifiedUser()
    • getCreationEventId

      public int getCreationEventId()
    • setKey

      public void setKey(String key)
    • setAlarm

      public void setAlarm(ManagedObjectReference alarm)
    • setEntity

      public void setEntity(ManagedObjectReference entity)
    • setLastModifiedTime

      public void setLastModifiedTime(Calendar lastModifiedTime)
    • setLastModifiedUser

      public void setLastModifiedUser(String lastModifiedUser)
    • setCreationEventId

      public void setCreationEventId(int creationEventId)