public class ReportTrackingNotificationDetails extends Object
| Constructor and Description |
|---|
ReportTrackingNotificationDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionCode() |
String |
getErrorMessage() |
String |
getNotificationName() |
int |
getNotificationRecipients() |
int |
getNotificationsSent() |
int |
getTrackingRecordsFound() |
int |
getTrackingRecordsMatched() |
boolean |
isNotificationActive() |
void |
setActionCode(String actionCode) |
void |
setErrorMessage(String errorMessage) |
void |
setNotificationActive(boolean notificationActive) |
void |
setNotificationName(String notificationName) |
void |
setNotificationRecipients(int notificationRecipients) |
void |
setNotificationsSent(int notificationsSent) |
void |
setTrackingRecordsFound(int trackingRecordsFound) |
void |
setTrackingRecordsMatched(int trackingRecordsMatched) |
public int getTrackingRecordsMatched()
public void setTrackingRecordsMatched(int trackingRecordsMatched)
public int getNotificationsSent()
public void setNotificationsSent(int notificationsSent)
public int getTrackingRecordsFound()
public void setTrackingRecordsFound(int trackingRecordsFound)
public String getActionCode()
public void setActionCode(String actionCode)
public boolean isNotificationActive()
public void setNotificationActive(boolean notificationActive)
public int getNotificationRecipients()
public void setNotificationRecipients(int notificationRecipients)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getNotificationName()
public void setNotificationName(String notificationName)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.