com.instantbank.component.lettertemplate.util
Class FileLogInfo

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

public class FileLogInfo
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 failedAttempts
          Number of failed attempts sending by ftp
private  java.lang.String failureDescription
          Explanation in failure case
private  java.lang.String ftpSucces
          ftp status Job
private  java.lang.String jobFile
          Name of a letters file generated by the Job
private  java.lang.String lastFtpDate
          Date of last attempt sending by the ftp
private  java.lang.String lastFtpIpAddress
          IP Address used in last attempt sending by ftp
 
Constructor Summary
FileLogInfo(java.lang.String jobFile, java.lang.String ftpSucces, java.lang.String failedAttempts, java.lang.String lastFtpDate, java.lang.String lastFtpIpAddress, java.lang.String failureDescription)
          Constructor for the FileLogInfo object
 
Method Summary
 java.lang.String getFailedAttempts()
          Gets the failedAttempts attribute of the FileLogInfo object
 java.lang.String getFailureDescription()
          Gets the failureDescription attribute of the FileLogInfo object
 java.lang.String getFtpSucces()
          Gets the ftpSucces attribute of the FileLogInfo object
 java.lang.String getJobFile()
          Gets the jobFile attribute of the FileLogInfo object
 java.lang.String getLastFtpDate()
          Gets the lastFtpDate attribute of the FileLogInfo object
 java.lang.String getLastFtpIpAddress()
          Gets the lastFtpIpAddress attribute of the FileLogInfo 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

jobFile

private java.lang.String jobFile
Name of a letters file generated by the Job

ftpSucces

private java.lang.String ftpSucces
ftp status Job

failedAttempts

private java.lang.String failedAttempts
Number of failed attempts sending by ftp

lastFtpDate

private java.lang.String lastFtpDate
Date of last attempt sending by the ftp

lastFtpIpAddress

private java.lang.String lastFtpIpAddress
IP Address used in last attempt sending by ftp

failureDescription

private java.lang.String failureDescription
Explanation in failure case
Constructor Detail

FileLogInfo

public FileLogInfo(java.lang.String jobFile,
                   java.lang.String ftpSucces,
                   java.lang.String failedAttempts,
                   java.lang.String lastFtpDate,
                   java.lang.String lastFtpIpAddress,
                   java.lang.String failureDescription)
Constructor for the FileLogInfo object
Parameters:
jobFile - String name of a letters file
ftpSucces - String status of ftp Job
failedAttempts - String number of attempts
lastFtpDate - String date of last attempt
lastFtpIpAddress - String IP address of last attempt
failureDescription - String description of failure
Method Detail

getJobFile

public java.lang.String getJobFile()
Gets the jobFile attribute of the FileLogInfo object
Returns:
The jobFile value

getFtpSucces

public java.lang.String getFtpSucces()
Gets the ftpSucces attribute of the FileLogInfo object
Returns:
The ftpSucces value

getFailedAttempts

public java.lang.String getFailedAttempts()
Gets the failedAttempts attribute of the FileLogInfo object
Returns:
The failedAttempts value

getLastFtpDate

public java.lang.String getLastFtpDate()
Gets the lastFtpDate attribute of the FileLogInfo object
Returns:
The lastFtpDate value

getLastFtpIpAddress

public java.lang.String getLastFtpIpAddress()
Gets the lastFtpIpAddress attribute of the FileLogInfo object
Returns:
The lastFtpIpAddress value

getFailureDescription

public java.lang.String getFailureDescription()
Gets the failureDescription attribute of the FileLogInfo object
Returns:
The failureDescription 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