Package com.jalios.jcms.alert
Class AlertStatus
- java.lang.Object
 - 
- com.jalios.jcms.alert.AlertStatus
 
 
- 
public class AlertStatus extends java.lang.ObjectRepresents the loggedMember alerts' status, such as unread alerts count, and the maximum unread alert level.- Since:
 - jcms-10.0.0
 - Version:
 - $Revision: 107554 $
 - Author:
 - Sylvain Devaux
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
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 intgetCount()Alert.LevelgetLevel()voidsetCount(int count)voidsetLevel(Alert.Level level) 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
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)
 
 - 
 
 -