@Portable public class NotificationBean extends Object implements Serializable
| Constructor and Description |
|---|
NotificationBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate() |
SrampUiException |
getException() |
String |
getMessage() |
Object |
getMessageWidget() |
String |
getTitle() |
NotificationType |
getType() |
String |
getUuid() |
void |
setException(SrampUiException exception) |
void |
setMessage(String message) |
void |
setMessageWidget(Object widget) |
void |
setTitle(String title) |
void |
setType(NotificationType type) |
void |
setUuid(String uuid) |
public NotificationType getType()
public String getTitle()
public String getMessage()
public void setType(NotificationType type)
type - the type to setpublic void setTitle(String title)
title - the title to setpublic void setMessage(String message)
message - the message to setpublic SrampUiException getException()
public void setException(SrampUiException exception)
exception - the exception to setpublic Date getDate()
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic Object getMessageWidget()
public void setMessageWidget(Object widget)
widget - the message widget to setCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.