public class EscalationStatus
extends java.lang.Object
| Constructor and Description | 
|---|
| EscalationStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getMemo()Returns the memo to indicate any descriptive message. | 
| int | getNoOfRecordsProcessed()Returns the number of records processed. | 
| int | getNoOfRecordsProcessedwithErrors()Returns the number of records failed to process. | 
| boolean | isDataProcessedSuccessfully()Returns whether the reference point is processed successfully
 or not. | 
| void | setDataProcessedSuccessfully(boolean b)Sets a flag to indicate whether the reference point is 
 processed successfully or not. | 
| void | setMemo(java.lang.String string)Sets the memo to indicate any descriptive message. | 
| void | setNoOfRecordsProcessed(int i)Sets the number of records processed. | 
| void | setNoOfRecordsProcessedwithErrors(int i)Sets the number of records failed to process. | 
public boolean isDataProcessedSuccessfully()
public void setDataProcessedSuccessfully(boolean b)
b - rue to indicate the reference point is processed 
                        successfully, otherwise false.public int getNoOfRecordsProcessed()
public void setNoOfRecordsProcessed(int i)
i - the number of records processed.public int getNoOfRecordsProcessedwithErrors()
public void setNoOfRecordsProcessedwithErrors(int i)
i - the number of records failed to process.public java.lang.String getMemo()
public void setMemo(java.lang.String string)
string - a memo to indicate any descriptive message.