23. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/11/2019 10:54:08 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.

23.1 Files compared

# Location File Last Modified
1 HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\ccht\model\report ReportSetup.java Wed May 29 15:26:18 2019 UTC
2 HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\ccht\model\report ReportSetup.java Mon Jun 10 19:19:44 2019 UTC

23.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 256
Changed 1 4
Inserted 0 0
Removed 0 0

23.3 Comparison options

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

23.4 Active regular expressions

No regular expressions were active.

23.5 Comparison detail

  1   /********* ********** ********** ********** ********** ********** *********
  2    * Copyrig ht � 2010  VHA. All r ights rese rved
  3    ********* ********** ********** ********** ********** ********** *********/
  4   package go v.va.med.c cht.model. report;
  5  
  6   import jav a.util.Dat e;
  7   import jav a.util.Tim eZone;
  8  
  9   import gov .va.med.cc ht.model.t erminology .StandardR eport;
  10   import gov .va.med.fw .model.Abs tractKeyed Entity;
  11   import gov .va.med.fw .report.Re portExport edType;
  12   import gov .va.med.fw .util.date .DateWithT imeZone;
  13  
  14   /**
  15    * IHTA IH TA_common  Aug 8, 201 0
  16    * 
  17    * @author   DNS
  18    * @author   DNS
  19    */
  20   public cla ss ReportS etup exten ds Abstrac tKeyedEnti ty<ReportS etup> {
  21           pr ivate stat ic final l ong serial VersionUID  = -903272 2332993275 866L;
  22  
  23           //  --------- ---------- ---------- ------- Fi elds
  24  
  25           pr ivate Repo rtSchedule  reportSch edule;
  26           pr ivate Repo rtParamete rs reportP arameters;
  27           pr ivate Stan dardReport  standardR eport;
  28           pr ivate Repo rtExported Type fileT ype;
  29           pr ivate Stri ng emailAd dress;
  30           pr ivate Stri ng setupUs er;
  31           pr ivate Stri ng reportP arametersT ext;
  32           pr ivate Stri ng reportS cheduleTex t;
  33           pr ivate Date  internalD ateToGener ate;
  34           pr ivate Time Zone inter nalDateToG enerateTim eZone;
  35  
  36           //  --------- ---------- ---------- ------- Bu siness Met hods
  37  
  38           pu blic DateW ithTimeZon e getDateT oGenerate( ) {
  39                    retu rn getInte rnalDateTo Generate()  == null ?  null : ne w DateWith TimeZone(
  40                                      getInter nalDateToG enerate(),  getIntern alDateToGe nerateTime Zone());
  41           }
  42  
  43           pu blic void  setDateToG enerate(Da teWithTime Zone dateT oGenerate)  {
  44                    setI nternalDat eToGenerat e(dateToGe nerate ==  null ? nul l : dateTo Generate.g etDate());
  45                    setI nternalDat eToGenerat eTimeZone( dateToGene rate == nu ll ? null  : dateToGe nerate
  46                                      .getTime Zone());
  47           }
  48  
  49           //  --------- ---------- ---------- ------- Ac cessor Met hods
  50  
  51           pu blic Strin g getEmail Address()  {
  52                    retu rn emailAd dress;
  53           }
  54  
  55           pu blic void  setEmailAd dress(Stri ng emailAd dress) {
  56                    this .emailAddr ess = emai lAddress;
  57           }
  58  
  59           pu blic Repor tParameter s getRepor tParameter s() {
  60                    retu rn reportP arameters;
  61           }
  62  
  63           pu blic void  setReportP arameters( ReportPara meters rep ortParamet ers) {
  64                    this .reportPar ameters =  reportPara meters;
  65           }
  66  
  67           pu blic Repor tSchedule  getReportS chedule()  {
  68                    retu rn reportS chedule;
  69           }
  70  
  71           pu blic void  setReportS chedule(Re portSchedu le reportS chedule) {
  72                    this .reportSch edule = re portSchedu le;
  73           }
  74  
  75           pu blic Stand ardReport  getStandar dReport()  {
  76                    retu rn standar dReport;
  77           }
  78  
  79           pu blic void  setStandar dReport(St andardRepo rt standar dReport) {
  80                    this .standardR eport = st andardRepo rt;
  81           }
  82  
  83           pu blic Strin g getSetup User() {
  84                    retu rn setupUs er;
  85           }
  86  
  87           pu blic void  setSetupUs er(String  setupUser)  {
  88                    this .setupUser  = setupUs er;
  89           }
  90  
  91           pu blic Strin g getRepor tParameter sText() {
  92                    retu rn reportP arametersT ext;
  93           }
  94  
  95           pu blic void  setReportP arametersT ext(String  reportPar ametersTex t) {
  96                    this .reportPar ametersTex t = report Parameters Text;
  97           }
  98  
  99           pu blic Strin g getRepor tScheduleT ext() {
  100                    retu rn reportS cheduleTex t;
  101           }
  102  
  103           pu blic void  setReportS cheduleTex t(String r eportSched uleText) {
  104                    this .reportSch eduleText  = reportSc heduleText ;
  105           }
  106  
  107           pu blic Repor tExportedT ype getFil eType() {
  108                    retu rn fileTyp e;
  109           }
  110  
  111           pu blic void  setFileTyp e(ReportEx portedType  fileType)  {
  112                    this .fileType  = fileType ;
  113           }
  114  
  115           pr ivate Date  getIntern alDateToGe nerate() {
  116                    retu rn interna lDateToGen erate;
  117           }
  118  
  119           pr ivate void  setIntern alDateToGe nerate(Dat e internal DateToGene rate) {
  120                    this .internalD ateToGener ate = inte rnalDateTo Generate;
  121           }
  122  
  123           pr ivate Time Zone getIn ternalDate ToGenerate TimeZone()  {
  124                    retu rn interna lDateToGen erateTimeZ one;
  125           }
  126  
  127           pr ivate void  setIntern alDateToGe nerateTime Zone(TimeZ one intern alDateToGe nerateTime Zone) {
  128                    this .internalD ateToGener ateTimeZon e = intern alDateToGe nerateTime Zone;
  129           }
  130   }