Package com.jalios.jcms.alert
Class AlertStatus
- java.lang.Object
-
- com.jalios.jcms.alert.AlertStatus
-
public class AlertStatus extends java.lang.Object
Represents the loggedMember alerts' status, such as unread alerts count, and the maximum unread alert level.- Since:
- jcms-10.0.0
- Author:
- Sylvain Devaux
-
-
Constructor Summary
Constructors Constructor Description AlertStatus()
AlertStatus(int count, Alert.Level level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
Alert.Level
getLevel()
void
setCount(int count)
void
setLevel(Alert.Level level)
-
-
-
Constructor Detail
-
AlertStatus
public AlertStatus()
-
AlertStatus
public AlertStatus(int count, Alert.Level level)
-
-
Method Detail
-
getCount
public int getCount()
-
setCount
public void setCount(int count)
-
getLevel
public Alert.Level getLevel()
-
setLevel
public void setLevel(Alert.Level level)
-
-