Class UserNotificationUIEntity
- java.lang.Object
-
- org.silverpeas.core.web.util.SelectableUIEntity<SILVERMAILMessage>
-
- org.silverpeas.web.notificationserver.channel.silvermail.UserNotificationUIEntity
-
public class UserNotificationUIEntity extends SelectableUIEntity<SILVERMAILMessage>
UI item if aSILVERMAILMessage
instance.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the unique identifier of te item into the UI list.-
Methods inherited from class org.silverpeas.core.web.util.SelectableUIEntity
convert, getData, getUserByIdFromCache, isSelected, setSelected
-
-
-
-
Method Detail
-
getId
public String getId()
Description copied from class:SelectableUIEntity
Gets the unique identifier of te item into the UI list.- Specified by:
getId
in classSelectableUIEntity<SILVERMAILMessage>
- Returns:
- a unique identifier as string.
-
-