Produced by Araxis Merge on 6/11/2019 10:54:10 AM 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 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\ccht\ui\model | CompletedReportDisplayParametersForm.java | Wed May 29 15:26:08 2019 UTC |
| 2 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\ccht\ui\model | CompletedReportDisplayParametersForm.java | Mon Jun 10 19:19:44 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 312 |
| 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 � 2010 VHA. All r ights rese rved | |
| 3 | ********* ********** ********** ********** ********** ********** *********/ | |
| 4 | package go v.va.med.c cht.ui.mod el; | |
| 5 | ||
| 6 | import jav a.util.Dat e; | |
| 7 | ||
| 8 | import gov .va.med.fw .ui.model. Form; | |
| 9 | ||
| 10 | /** | |
| 11 | * @author DNS | |
| 12 | */ | |
| 13 | public cla ss Complet edReportDi splayParam etersForm extends Fo rm { | |
| 14 | ||
| 15 | // --------- ---------- ---------- --------- Fields | |
| 16 | ||
| 17 | pr ivate Stri ng specifi cReportID; | |
| 18 | ||
| 19 | pr ivate Stri ng filterT ype; | |
| 20 | pr ivate Stri ng filterI D; | |
| 21 | pr ivate Stri ng filterT itle; | |
| 22 | pr ivate Stri ng filterF ormat; | |
| 23 | pr ivate Stri ng filterF ileType; | |
| 24 | pr ivate Stri ng filterS ubmittedBy ; | |
| 25 | pr ivate Stri ng filterD ateRunBefo reOrAfter; | |
| 26 | pr ivate Date filterDat eRun; | |
| 27 | pr ivate Stri ng filterD ateRunHour ; | |
| 28 | pr ivate Stri ng filterD ateRunMinu te; | |
| 29 | pr ivate Stri ng filterE xprationDa teBeforeOr After; | |
| 30 | pr ivate Date filterExp rationDate ; | |
| 31 | ||
| 32 | pr ivate int pageIndex; | |
| 33 | pr ivate int itemsPerPa ge; | |
| 34 | ||
| 35 | // --------- ---------- ---------- --------- Accessor M ethods | |
| 36 | ||
| 37 | pu blic Strin g getSpeci ficReportI D() { | |
| 38 | retu rn specifi cReportID; | |
| 39 | } | |
| 40 | ||
| 41 | pu blic void setSpecifi cReportID( String spe cificRepor tID) { | |
| 42 | this .specificR eportID = specificRe portID; | |
| 43 | } | |
| 44 | ||
| 45 | pu blic Strin g getFilte rType() { | |
| 46 | retu rn filterT ype; | |
| 47 | } | |
| 48 | ||
| 49 | pu blic void setFilterT ype(String filterTyp e) { | |
| 50 | this .filterTyp e = filter Type; | |
| 51 | } | |
| 52 | ||
| 53 | pu blic Strin g getFilte rID() { | |
| 54 | retu rn filterI D; | |
| 55 | } | |
| 56 | ||
| 57 | pu blic void setFilterI D(String f ilterID) { | |
| 58 | this .filterID = filterID ; | |
| 59 | } | |
| 60 | ||
| 61 | pu blic Strin g getFilte rTitle() { | |
| 62 | retu rn filterT itle; | |
| 63 | } | |
| 64 | ||
| 65 | pu blic void setFilterT itle(Strin g filterTi tle) { | |
| 66 | this .filterTit le = filte rTitle; | |
| 67 | } | |
| 68 | ||
| 69 | pu blic Strin g getFilte rFormat() { | |
| 70 | retu rn filterF ormat; | |
| 71 | } | |
| 72 | ||
| 73 | pu blic void setFilterF ormat(Stri ng filterF ormat) { | |
| 74 | this .filterFor mat = filt erFormat; | |
| 75 | } | |
| 76 | ||
| 77 | pu blic Strin g getFilte rFileType( ) { | |
| 78 | retu rn filterF ileType; | |
| 79 | } | |
| 80 | ||
| 81 | pu blic void setFilterF ileType(St ring filte rFileType) { | |
| 82 | this .filterFil eType = fi lterFileTy pe; | |
| 83 | } | |
| 84 | ||
| 85 | pu blic Strin g getFilte rSubmitted By() { | |
| 86 | retu rn filterS ubmittedBy ; | |
| 87 | } | |
| 88 | ||
| 89 | pu blic void setFilterS ubmittedBy (String fi lterSubmit tedBy) { | |
| 90 | this .filterSub mittedBy = filterSub mittedBy; | |
| 91 | } | |
| 92 | ||
| 93 | pu blic Strin g getFilte rDateRunBe foreOrAfte r() { | |
| 94 | retu rn filterD ateRunBefo reOrAfter; | |
| 95 | } | |
| 96 | ||
| 97 | pu blic void setFilterD ateRunBefo reOrAfter( String fil terDateRun BeforeOrAf ter) { | |
| 98 | this .filterDat eRunBefore OrAfter = filterDate RunBeforeO rAfter; | |
| 99 | } | |
| 100 | ||
| 101 | pu blic Date getFilterD ateRun() { | |
| 102 | retu rn filterD ateRun; | |
| 103 | } | |
| 104 | ||
| 105 | pu blic void setFilterD ateRun(Dat e filterDa teRun) { | |
| 106 | this .filterDat eRun = fil terDateRun ; | |
| 107 | } | |
| 108 | ||
| 109 | pu blic Strin g getFilte rDateRunHo ur() { | |
| 110 | retu rn filterD ateRunHour ; | |
| 111 | } | |
| 112 | ||
| 113 | pu blic void setFilterD ateRunHour (String fi lterDateRu nHour) { | |
| 114 | this .filterDat eRunHour = filterDat eRunHour; | |
| 115 | } | |
| 116 | ||
| 117 | pu blic Strin g getFilte rDateRunMi nute() { | |
| 118 | retu rn filterD ateRunMinu te; | |
| 119 | } | |
| 120 | ||
| 121 | pu blic void setFilterD ateRunMinu te(String filterDate RunMinute) { | |
| 122 | this .filterDat eRunMinute = filterD ateRunMinu te; | |
| 123 | } | |
| 124 | ||
| 125 | pu blic Strin g getFilte rExpration DateBefore OrAfter() { | |
| 126 | retu rn filterE xprationDa teBeforeOr After; | |
| 127 | } | |
| 128 | ||
| 129 | pu blic void setFilterE xprationDa teBeforeOr After(Stri ng filterE xprationDa teBeforeOr After) { | |
| 130 | this .filterExp rationDate BeforeOrAf ter = filt erExpratio nDateBefor eOrAfter; | |
| 131 | } | |
| 132 | ||
| 133 | pu blic Date getFilterE xprationDa te() { | |
| 134 | retu rn filterE xprationDa te; | |
| 135 | } | |
| 136 | ||
| 137 | pu blic void setFilterE xprationDa te(Date fi lterExprat ionDate) { | |
| 138 | this .filterExp rationDate = filterE xprationDa te; | |
| 139 | } | |
| 140 | ||
| 141 | pu blic int g etPageInde x() { | |
| 142 | retu rn pageInd ex; | |
| 143 | } | |
| 144 | ||
| 145 | pu blic void setPageInd ex(int pag eIndex) { | |
| 146 | this .pageIndex = pageInd ex; | |
| 147 | } | |
| 148 | ||
| 149 | pu blic int g etItemsPer Page() { | |
| 150 | retu rn itemsPe rPage; | |
| 151 | } | |
| 152 | ||
| 153 | pu blic void setItemsPe rPage(int itemsPerPa ge) { | |
| 154 | this .itemsPerP age = item sPerPage; | |
| 155 | } | |
| 156 | ||
| 157 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.