org.qi4j.library.alarm
Interface AlarmStatus.State

Enclosing interface:
AlarmStatus

public static interface AlarmStatus.State


Method Summary
 Property<java.util.Date> creationDate()
          Returns the Date/Time of when this state was created.
 Property<java.lang.String> name()
          Returns the Name of the AlarmStatus.
 

Method Detail

creationDate

@Optional
Property<java.util.Date> creationDate()
Returns the Date/Time of when this state was created.

Returns:
the timestamp of when the state was created.

name

Property<java.lang.String> name()
Returns the Name of the AlarmStatus. This is the technical name of the AlarmStatus, such as Normal, Activated and so forth in non-locale specific form.

Returns:
the name of the AlarmStatus in the default locale.
See Also:
AlarmStatus.name(Locale)