Package com.jalios.jcms.shortcut
Class ApplicationMenuBadge
- java.lang.Object
 - 
- com.jalios.jcms.shortcut.ApplicationMenuBadge
 
 
- 
public class ApplicationMenuBadge extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description ApplicationMenuBadge() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBadgeCount()BadgeLevelgetBadgeLevel()voidsetBadgeCount(int badgeCount)voidsetBadgeLevel(BadgeLevel badgeLevel) 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getBadgeCount
public int getBadgeCount()
 
- 
setBadgeCount
public void setBadgeCount(int badgeCount)
 
- 
getBadgeLevel
public BadgeLevel getBadgeLevel()
 
- 
setBadgeLevel
public void setBadgeLevel(BadgeLevel badgeLevel)
 
 - 
 
 -