public class NotificationBean extends Object implements Serializable
Constructor and Description |
---|
NotificationBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
UiException |
getException() |
String |
getMessage() |
Object |
getMessageWidget() |
String |
getTitle() |
NotificationType |
getType() |
String |
getUuid() |
void |
setException(UiException 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 UiException getException()
public void setException(UiException 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 © 2013-2015 JBoss by Red Hat. All Rights Reserved.