public static final class NotificationService.Notification extends Object
Constructor and Description |
---|
Notification() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate() |
String |
getDisplayMessage() |
String |
getMessage() |
String |
getReceiver() |
String |
getSortableTimeLabel() |
String |
getTimeLabel() |
int |
getType()
get the type, same time than in GenericMessage
|
String |
getTypeLabel() |
String |
getUrl() |
String |
getUserId() |
boolean |
isAdmin() |
boolean |
isForAll() |
void |
setAdmin(boolean admin) |
void |
setCreationDate(Date creationDate) |
void |
setMessage(String message) |
void |
setReceiver(String receiver) |
void |
setType(int type) |
void |
setUrl(String url) |
void |
setUserId(String userId) |
public String getMessage()
public String getDisplayMessage()
public boolean isForAll()
public void setMessage(String message)
public String getUrl()
public void setUrl(String url)
public int getType()
public String getTypeLabel()
public void setType(int type)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public String getUserId()
public void setUserId(String userId)
public String getTimeLabel()
public String getSortableTimeLabel()
public String getReceiver()
public void setReceiver(String receiver)
public boolean isAdmin()
public void setAdmin(boolean admin)
Copyright © 2012-2018. All Rights Reserved.