com.instantbank.component.lettertemplate.util
Class LetterBatchReviewModel
java.lang.Object
|
+--com.instantbank.component.lettertemplate.util.LetterBatchReviewModel
- All Implemented Interfaces:
- java.io.Serializable
- public class LetterBatchReviewModel
- 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 |
dayMonthYear
Contains the date in format (dd-MM-yyyy) |
private java.util.ArrayList |
jobLogInfo
Contains of type JobLogInfo ordered alfabetically by
JobLogInfo.name. |
Constructor Summary |
LetterBatchReviewModel(java.lang.String dayMonthYear)
Constructor for the LetterBatchReviewModel object |
Method Summary |
java.lang.String |
getDayMonthYear()
Gets the dayMonthYear attribute of the LetterBatchReviewModel object |
java.util.ArrayList |
getJobLogInfo()
Gets the jobLogInfo attribute of the LetterBatchReviewModel object |
void |
setDayMonthYear(java.lang.String dayMonthYear)
Sets the dayMonthYear attribute of the LetterBatchReviewModel 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 |
jobLogInfo
private java.util.ArrayList jobLogInfo
- Contains of type JobLogInfo ordered alfabetically by
JobLogInfo.name. This field can be null in case there
were no matching Jobs.
dayMonthYear
private java.lang.String dayMonthYear
- Contains the date in format (dd-MM-yyyy)
LetterBatchReviewModel
public LetterBatchReviewModel(java.lang.String dayMonthYear)
- Constructor for the LetterBatchReviewModel object
- Parameters:
dayMonthYear
- String of date in format (dd-MM-yyyy)
getJobLogInfo
public java.util.ArrayList getJobLogInfo()
- Gets the jobLogInfo attribute of the LetterBatchReviewModel object
- Returns:
- The jobLogInfo value
setDayMonthYear
public void setDayMonthYear(java.lang.String dayMonthYear)
- Sets the dayMonthYear attribute of the LetterBatchReviewModel object
- Parameters:
dayMonthYear
- The new dayMonthYear value
getDayMonthYear
public java.lang.String getDayMonthYear()
- Gets the dayMonthYear attribute of the LetterBatchReviewModel object
- Returns:
- The dayMonthYear 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