Class SystemWideAlertRest

All Implemented Interfaces:
Serializable, RestModel

public class SystemWideAlertRest extends BaseObjectRest<Integer>
This class serves as a REST representation for the SystemWideAlert class
See Also:
  • Field Details

  • Constructor Details

    • SystemWideAlertRest

      public SystemWideAlertRest()
  • Method Details

    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • getType

      public String getType()
    • getAlertId

      public Integer getAlertId()
    • setAlertId

      public void setAlertId(Integer alertID)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getAllowSessions

      public String getAllowSessions()
    • setAllowSessions

      public void setAllowSessions(String allowSessions)
    • getCountdownTo

      public Date getCountdownTo()
    • setCountdownTo

      public void setCountdownTo(Date countdownTo)
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)
    • getId

      public Integer getId()
      Overrides:
      getId in class BaseObjectRest<Integer>