com.instantbank.component.lettertemplate.util
Class JobLogInfo

java.lang.Object
  |
  +--com.instantbank.component.lettertemplate.util.JobLogInfo
All Implemented Interfaces:
java.io.Serializable

public class JobLogInfo
extends java.lang.Object
implements java.io.Serializable

Utility class allowing manipulation of letter batch review.

Author:
InstantBank (Jorge Cardenas, Roberto Contreras).
See Also:
Serialized Form

Field Summary
private  java.lang.String description
          Description of Job
private  java.lang.String executionDate
          Execution date of Job
private  java.util.ArrayList fileLogInfo
          Contains object of type FileLogInfo, ordered by FileLogInfo.jobFile.
private  java.lang.String jobOk
          Status of Job
private  java.lang.String name
          Name of Job
private  java.lang.String numberRecords
          Number of records retrived by the job execution
 
Constructor Summary
JobLogInfo(java.lang.String name, java.lang.String description, java.lang.String executionDate, java.lang.String jobOk, java.lang.String numberRecords)
          Constructor for the JobLogInfo object
 
Method Summary
 java.lang.String getDescription()
          Gets the description attribute of the JobLogInfo object
 java.lang.String getExecutionDate()
          Gets the executionDate attribute of the JobLogInfo object
 java.util.ArrayList getFileLogInfo()
          Gets the fileLogInfo attribute of the JobLogInfo object
 java.lang.String getJobOk()
          Gets the jobOk attribute of the JobLogInfo object
 java.lang.String getName()
          Gets the name attribute of the JobLogInfo object
 java.lang.String getNumberRecords()
          Gets the numberRecords attribute of the JobLogInfo object
 java.lang.String toString()
          Print the attributes of class
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Name of Job

description

private java.lang.String description
Description of Job

executionDate

private java.lang.String executionDate
Execution date of Job

jobOk

private java.lang.String jobOk
Status of Job

numberRecords

private java.lang.String numberRecords
Number of records retrived by the job execution

fileLogInfo

private java.util.ArrayList fileLogInfo
Contains object of type FileLogInfo, ordered by FileLogInfo.jobFile. This field can be null in case there where no generated files {0 records, failed Job}
Constructor Detail

JobLogInfo

public JobLogInfo(java.lang.String name,
                  java.lang.String description,
                  java.lang.String executionDate,
                  java.lang.String jobOk,
                  java.lang.String numberRecords)
Constructor for the JobLogInfo object
Parameters:
name - String name of Job
description - String description of Job
executionDate - String execution date of Job
jobOk - String status of Job
numberRecords - String number of records Job
Method Detail

getName

public java.lang.String getName()
Gets the name attribute of the JobLogInfo object
Returns:
The name value

getDescription

public java.lang.String getDescription()
Gets the description attribute of the JobLogInfo object
Returns:
The description value

getExecutionDate

public java.lang.String getExecutionDate()
Gets the executionDate attribute of the JobLogInfo object
Returns:
The executionDate value

getJobOk

public java.lang.String getJobOk()
Gets the jobOk attribute of the JobLogInfo object
Returns:
The jobOk value

getNumberRecords

public java.lang.String getNumberRecords()
Gets the numberRecords attribute of the JobLogInfo object
Returns:
The numberRecords value

getFileLogInfo

public java.util.ArrayList getFileLogInfo()
Gets the fileLogInfo attribute of the JobLogInfo object
Returns:
The fileLogInfo value

toString

public java.lang.String toString()
Print the attributes of class
Overrides:
toString in class java.lang.Object
Returns:
The String of class attributes