Produced by Araxis Merge on 12/13/2018 10:35:26 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\fw\batchprocess | JobResultData.java | Fri Dec 7 17:36:22 2018 UTC |
| 2 | v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\fw\batchprocess | JobResultData.java | Wed Dec 12 22:26:41 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 120 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /********* ********** ********** ********** ********** ********** ********* | |
| 2 | * Copyrii ght 2006 V HA. All ri ghts reser ved | |
| 3 | ********* ********** ********** ********** ********** ********** *********/ | |
| 4 | ||
| 5 | package go v.va.med.f w.batchpro cess; | |
| 6 | ||
| 7 | import jav a.io.Seria lizable; | |
| 8 | ||
| 9 | import gov .va.med.fw .model.bat chprocess. JobResult; | |
| 10 | ||
| 11 | /** | |
| 12 | * Initial javadoc f or class J obResultDa ta. TODO - Add conte nt here | |
| 13 | * | |
| 14 | * Created Oct 2, 20 06 3:26:06 PM | |
| 15 | * | |
| 16 | * DNS | |
| 17 | */ | |
| 18 | public cla ss JobResu ltData imp lements Se rializable { | |
| 19 | /* * | |
| 20 | * serialVer sionUID lo ng | |
| 21 | * / | |
| 22 | pr ivate stat ic final l ong serial VersionUID = 1840912 5436363016 06L; | |
| 23 | pr ivate JobR esult jobR esult; | |
| 24 | pr ivate Proc essStatist ics proces sStatistic s; | |
| 25 | ||
| 26 | pu blic JobRe sultData(J obResult j obResult, ProcessSta tistics pr ocessStati stics) { | |
| 27 | this .jobResult = jobResu lt; | |
| 28 | this .processSt atistics = processSt atistics; | |
| 29 | } | |
| 30 | ||
| 31 | /* * | |
| 32 | * @return R eturns the jobResult . | |
| 33 | * / | |
| 34 | pu blic JobRe sult getJo bResult() { | |
| 35 | retu rn jobResu lt; | |
| 36 | } | |
| 37 | ||
| 38 | /* * | |
| 39 | * @param jo bResult | |
| 40 | * The jobR esult to s et. | |
| 41 | * / | |
| 42 | pu blic void setJobResu lt(JobResu lt jobResu lt) { | |
| 43 | this .jobResult = jobResu lt; | |
| 44 | } | |
| 45 | ||
| 46 | /* * | |
| 47 | * @return R eturns the processSt atistics. | |
| 48 | * / | |
| 49 | pu blic Proce ssStatisti cs getProc essStatist ics() { | |
| 50 | retu rn process Statistics ; | |
| 51 | } | |
| 52 | ||
| 53 | /* * | |
| 54 | * @param pr ocessStati stics | |
| 55 | * The proc essStatist ics to set . | |
| 56 | * / | |
| 57 | pu blic void setProcess Statistics (ProcessSt atistics p rocessStat istics) { | |
| 58 | this .processSt atistics = processSt atistics; | |
| 59 | } | |
| 60 | ||
| 61 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.