public class JobNotification extends Object
| Constructor and Description |
|---|
JobNotification() |
JobNotification(String uid,
NotificationLevel level,
JobCategory category,
String message) |
| Modifier and Type | Method and Description |
|---|---|
JobCategory |
getCategory() |
NotificationLevel |
getLevel() |
String |
getMessage() |
Date |
getTime() |
String |
getUid() |
boolean |
isCompleted() |
void |
setCategory(JobCategory category) |
void |
setCompleted(boolean completed) |
void |
setLevel(NotificationLevel level) |
void |
setMessage(String message) |
void |
setTime(Date time) |
void |
setUid(String uid) |
public JobNotification()
public JobNotification(String uid, NotificationLevel level, JobCategory category, String message)
public String getUid()
public void setUid(String uid)
public NotificationLevel getLevel()
public void setLevel(NotificationLevel level)
public JobCategory getCategory()
public void setCategory(JobCategory category)
public Date getTime()
public void setTime(Date time)
public String getMessage()
public void setMessage(String message)
public boolean isCompleted()
public void setCompleted(boolean completed)
Copyright © 2019 UiO. All rights reserved.