Produced by Araxis Merge on 7/20/2018 12:56:39 PM Central 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_Release_8_June_2018.zip\CTT_ISAAC\hl7-messaging\src\main\java\gov\vha\isaac\ochre\services\dto\publish | PublishConceptDTO.java | Tue Jul 17 16:28:43 2018 UTC |
| 2 | CTT_Release_8_June_2018.zip\CTT_ISAAC\hl7-messaging\src\main\java\gov\vha\isaac\ochre\services\dto\publish | PublishConceptDTO.java | Wed Jul 18 19:05:31 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 348 |
| 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 | import jav a.util.Lis t; | |
| 23 | ||
| 24 | import gov .vha.isaac .ochre.ser vices.busi ness.DataC hange.Data ChangeType ; | |
| 25 | ||
| 26 | /** | |
| 27 | * @author PI I
|
|
| 28 | * | |
| 29 | */ | |
| 30 | public cla ss Publish ConceptDTO implement s Serializ able | |
| 31 | { | |
| 32 | pr ivate Stri ng publish Name; | |
| 33 | pr ivate Long vuid; | |
| 34 | pr ivate bool ean active ; | |
| 35 | pr ivate Data ChangeType changeTyp e; | |
| 36 | pr ivate List <NameValue DTO> prope rtyList; | |
| 37 | pr ivate List <NameValue DTO> relat ionshipLis t; | |
| 38 | pr ivate List <NameValue DTO> desig nationList ; | |
| 39 | ||
| 40 | pu blic Publi shConceptD TO() { | |
| 41 | ||
| 42 | } | |
| 43 | ||
| 44 | pu blic Publi shConceptD TO(String publishNam e, | |
| 45 | Long v uid, | |
| 46 | boolea n active, | |
| 47 | DataCh angeType c hangeType) { | |
| 48 | ||
| 49 | this .publishNa me = publi shName; | |
| 50 | this .vuid = vu id; | |
| 51 | this .active = active; | |
| 52 | this .changeTyp e = change Type; | |
| 53 | } | |
| 54 | ||
| 55 | pu blic Publi shConceptD TO(String publishNam e, | |
| 56 | Long v uid, | |
| 57 | boolea n active, | |
| 58 | DataCh angeType c hangeType, | |
| 59 | List<N ameValueDT O> propert yList, | |
| 60 | List<N ameValueDT O> relatio nshipList, | |
| 61 | List<N ameValueDT O> designa tionList) { | |
| 62 | ||
| 63 | this .publishNa me = publi shName; | |
| 64 | this .vuid = vu id; | |
| 65 | this .active = active; | |
| 66 | this .changeTyp e = change Type; | |
| 67 | this .propertyL ist = prop ertyList; | |
| 68 | this .relations hipList = relationsh ipList; | |
| 69 | this .designati onList = d esignation List; | |
| 70 | } | |
| 71 | ||
| 72 | ||
| 73 | ||
| 74 | /* * | |
| 75 | * @return t he active | |
| 76 | * / | |
| 77 | pu blic boole an isActiv e() { | |
| 78 | retu rn active; | |
| 79 | } | |
| 80 | ||
| 81 | /* * | |
| 82 | * @param ac tive | |
| 83 | * the acti ve to set | |
| 84 | * / | |
| 85 | pu blic void setActive( boolean ac tive) { | |
| 86 | this .active = active; | |
| 87 | } | |
| 88 | ||
| 89 | /* * | |
| 90 | * @return t he propert yList | |
| 91 | * / | |
| 92 | pu blic List< NameValueD TO> getPro pertyList( ) { | |
| 93 | retu rn propert yList; | |
| 94 | } | |
| 95 | ||
| 96 | /* * | |
| 97 | * @param pr opertyList | |
| 98 | * the prop ertyList t o set | |
| 99 | * / | |
| 100 | pu blic void setPropert yList(List <NameValue DTO> prope rtyList) { | |
| 101 | this .propertyL ist = prop ertyList; | |
| 102 | } | |
| 103 | ||
| 104 | /* * | |
| 105 | * @return t he publish Name | |
| 106 | * / | |
| 107 | pu blic Strin g getPubli shName() { | |
| 108 | retu rn publish Name; | |
| 109 | } | |
| 110 | ||
| 111 | /* * | |
| 112 | * @param pu blishName | |
| 113 | * the publ ishName to set | |
| 114 | * / | |
| 115 | pu blic void setPublish Name(Strin g publishN ame) { | |
| 116 | this .publishNa me = publi shName; | |
| 117 | } | |
| 118 | ||
| 119 | /* * | |
| 120 | * @return t he relatio nshipList | |
| 121 | * / | |
| 122 | pu blic List< NameValueD TO> getRel ationshipL ist() { | |
| 123 | retu rn relatio nshipList; | |
| 124 | } | |
| 125 | ||
| 126 | /* * | |
| 127 | * @param re lationship List | |
| 128 | * the rela tionshipLi st to set | |
| 129 | * / | |
| 130 | pu blic void setRelatio nshipList( List<NameV alueDTO> r elationshi pList) { | |
| 131 | this .relations hipList = relationsh ipList; | |
| 132 | } | |
| 133 | ||
| 134 | /* * | |
| 135 | * Get the d esignation list | |
| 136 | * | |
| 137 | * @return t he designa tion list | |
| 138 | * / | |
| 139 | pu blic List< NameValueD TO> getDes ignationLi st() { | |
| 140 | retu rn designa tionList; | |
| 141 | } | |
| 142 | ||
| 143 | /* * | |
| 144 | * Set the d esignation list | |
| 145 | * | |
| 146 | * @param de signationL ist | |
| 147 | * to set | |
| 148 | * / | |
| 149 | pu blic void setDesigna tionList(L ist<NameVa lueDTO> de signationL ist) { | |
| 150 | this .designati onList = d esignation List; | |
| 151 | } | |
| 152 | ||
| 153 | /* * | |
| 154 | * @return t he vuid | |
| 155 | * / | |
| 156 | pu blic Long getVuid() { | |
| 157 | retu rn vuid; | |
| 158 | } | |
| 159 | ||
| 160 | /* * | |
| 161 | * @param vu id | |
| 162 | * the vuid to set | |
| 163 | * / | |
| 164 | pu blic void setVuid(Lo ng vuid) { | |
| 165 | this .vuid = vu id; | |
| 166 | } | |
| 167 | ||
| 168 | pu blic DataC hangeType getChangeT ype() { | |
| 169 | retu rn changeT ype; | |
| 170 | } | |
| 171 | ||
| 172 | pu blic void setChangeT ype(DataCh angeType c hangeType) { | |
| 173 | this .changeTyp e = change Type; | |
| 174 | } | |
| 175 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.