|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.component.lettertemplate.util.FileLogInfo
Utility class allowing manipulation of letter batch review.
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 |
|
Field Detail |
private java.lang.String jobFile
private java.lang.String ftpSucces
private java.lang.String failedAttempts
private java.lang.String lastFtpDate
private java.lang.String lastFtpIpAddress
private java.lang.String failureDescription
Constructor Detail |
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)
jobFile
- String name of a letters fileftpSucces
- String status of ftp JobfailedAttempts
- String number of attemptslastFtpDate
- String date of last attemptlastFtpIpAddress
- String IP address of last attemptfailureDescription
- String description of failureMethod Detail |
public java.lang.String getJobFile()
public java.lang.String getFtpSucces()
public java.lang.String getFailedAttempts()
public java.lang.String getLastFtpDate()
public java.lang.String getLastFtpIpAddress()
public java.lang.String getFailureDescription()
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 |