public final class OpenProjectNotification extends Notification
| Constructor and Description |
|---|
OpenProjectNotification(java.lang.String sender,
java.lang.String projectName)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProjectName()
Obtém o nome do projeto.
|
boolean |
isVolatile()
Indica se a notificação é volátil ou não.
|
java.lang.String |
toString()
Requer esta implementação apenas para auditagem nos logs do servidor.
|
getDisplay, getMustPopUp, getSender, setDisplaygetCreationDatepublic OpenProjectNotification(java.lang.String sender,
java.lang.String projectName)
sender - Quem está enviando a notificação (não pode ser null).projectName - o nome do projeto.public java.lang.String getProjectName()
public boolean isVolatile()
isVolatile in class Notificationpublic java.lang.String toString()
toString in class Notificationcsbase.client.util.NotificationTranslatorCopyright © 2015. All Rights Reserved.