|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.component.lettertemplate.util.JobLogInfo
Utility class allowing manipulation of letter batch review.
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 |
|
Field Detail |
private java.lang.String name
private java.lang.String description
private java.lang.String executionDate
private java.lang.String jobOk
private java.lang.String numberRecords
private java.util.ArrayList fileLogInfo
Constructor Detail |
public JobLogInfo(java.lang.String name, java.lang.String description, java.lang.String executionDate, java.lang.String jobOk, java.lang.String numberRecords)
name
- String name of Jobdescription
- String description of JobexecutionDate
- String execution date of JobjobOk
- String status of JobnumberRecords
- String number of records JobMethod Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getExecutionDate()
public java.lang.String getJobOk()
public java.lang.String getNumberRecords()
public java.util.ArrayList getFileLogInfo()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |