public class Notification extends Object
Constructor and Description |
---|
Notification()
The default constructor for the notification.
|
Modifier and Type | Method and Description |
---|---|
String |
getSubject()
This method gets the subject.
|
NotificationType |
getType()
This method gets the node name.
|
void |
setSubject(String subject)
This method sets the subject.
|
void |
setType(NotificationType type)
This method sets the type.
|
public void setSubject(String subject)
subject
- The subjectpublic String getSubject()
public void setType(NotificationType type)
type
- The typepublic NotificationType getType()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.