public interface UserNotification
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.util.Date |
getDate() |
|
public java.lang.String |
getDescription() |
|
public java.lang.String |
getTitle() |
|
public UserNotificationType |
getType() |
|
public boolean |
isChecked() |
|
public boolean |
isPostponed() |
|
public void |
setChecked(boolean checked) |
|
public void |
setPostponed(boolean postponed) |