public class ReportTrackingNotification extends Object
| Constructor and Description |
|---|
ReportTrackingNotification() |
ReportTrackingNotification(String name,
String actionCode,
boolean overdue,
Integer days,
Integer scope,
String reportClassCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionCode() |
Integer |
getDays() |
String |
getName() |
Integer |
getScope() |
List<ReportTrackingNotificationTask> |
getTasks() |
boolean |
isOverdue() |
void |
setActionCode(String actionCode) |
void |
setDays(Integer days) |
void |
setName(String name) |
void |
setOverdue(boolean overdue) |
void |
setScope(Integer scope) |
void |
setTasks(List<ReportTrackingNotificationTask> tasks) |
public String getActionCode()
public void setActionCode(String actionCode)
public boolean isOverdue()
public void setOverdue(boolean overdue)
public Integer getDays()
public void setDays(Integer days)
public List<ReportTrackingNotificationTask> getTasks()
public void setTasks(List<ReportTrackingNotificationTask> tasks)
public String getName()
public void setName(String name)
public Integer getScope()
public void setScope(Integer scope)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.