Produced by Araxis Merge on 3/29/2017 4:53:21 PM Eastern Daylight 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 | CTT-DM CIF Submission.zip\code\ISAAC\hl7-messaging\src\main\java\gov\vha\isaac\ochre\services\dto\publish | NameValueDTO.java | Fri Mar 3 16:20:19 2017 UTC |
| 2 | CTT-DM CIF Submission.zip\code\ISAAC\hl7-messaging\src\main\java\gov\vha\isaac\ochre\services\dto\publish | NameValueDTO.java | Wed Mar 29 15:08:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 134 |
| 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 | * Copyrig ht Notice | |
| 3 | * | |
| 4 | * This is a work of the U.S. Government and is no t subject to copyrig ht | |
| 5 | * protect ion in the United St ates. Fore ign copyri ghts may a pply. | |
| 6 | * | |
| 7 | * License d under th e Apache L icense, Ve rsion 2.0 (the "Lice nse"); | |
| 8 | * you may not use t his file e xcept in c ompliance with the L icense. | |
| 9 | * You may obtain a copy of th e License at | |
| 10 | * | |
| 11 | * http:// www.apache .org/licen ses/LICENS E-2.0 | |
| 12 | * | |
| 13 | * Unless required b y applicab le law or agreed to in writing , software | |
| 14 | * distrib uted under the Licen se is dist ributed on an "AS IS " BASIS, | |
| 15 | * WITHOUT WARRANTIE S OR CONDI TIONS OF A NY KIND, e ither expr ess or imp lied. | |
| 16 | * See the License f or the spe cific lang uage gover ning permi ssions and | |
| 17 | * limitat ions under the Licen se. | |
| 18 | */ | |
| 19 | package go v.vha.isaa c.ochre.se rvices.dto .publish; | |
| 20 | ||
| 21 | import jav a.io.Seria lizable; | |
| 22 | ||
| 23 | /** | |
| 24 | * @author DN S DN S
|
|
| 25 | * | |
| 26 | */ | |
| 27 | public cla ss NameVal ueDTO impl ements Ser ializable | |
| 28 | { | |
| 29 | pr ivate Stri ng name; | |
| 30 | pr ivate Stri ng value; | |
| 31 | ||
| 32 | pu blic NameV alueDTO(St ring name, String va lue) { | |
| 33 | supe r(); | |
| 34 | this .name = na me; | |
| 35 | this .value = v alue; | |
| 36 | } | |
| 37 | ||
| 38 | /* * | |
| 39 | * @return t he name | |
| 40 | * / | |
| 41 | pu blic Strin g getName( ) { | |
| 42 | retu rn name; | |
| 43 | } | |
| 44 | ||
| 45 | /* * | |
| 46 | * @param na me | |
| 47 | * the name to set | |
| 48 | * / | |
| 49 | pu blic void setName(St ring name) { | |
| 50 | this .name = na me; | |
| 51 | } | |
| 52 | ||
| 53 | /* * | |
| 54 | * @return t he value | |
| 55 | * / | |
| 56 | pu blic Strin g getValue () { | |
| 57 | retu rn value; | |
| 58 | } | |
| 59 | ||
| 60 | /* * | |
| 61 | * @param va lue | |
| 62 | * the valu e to set | |
| 63 | * / | |
| 64 | pu blic void setValue(S tring valu e) { | |
| 65 | this .value = v alue; | |
| 66 | } | |
| 67 | ||
| 68 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.