22543. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/2/2019 9:49:04 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.

22543.1 Files compared

# Location File Last Modified
1 JLV_JLV 2_7_2_0_0.zip\JLV_Src\VistaDataService\src\main\java\gov\va\med\vds\das\beans Document.java Wed Mar 20 21:45:54 2019 UTC
2 JLV_JLV 2_7_2_0_0.zip\JLV_Src\VistaDataService\src\main\java\gov\va\med\vds\das\beans Document.java Tue Apr 2 13:35:49 2019 UTC

22543.2 Comparison summary

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

22543.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

22543.4 Active regular expressions

No regular expressions were active.

22543.5 Comparison detail

  1   package go v.va.med.v ds.das.bea ns;
  2  
  3   /**
  4    * Created  by  DNS  on 1/12/2 017.
  5    */
  6   public cla ss Documen t {
  7       privat e String p artnerName ;
  8       privat e String p artnerDocu mentID;
  9       privat e String s tatus;
  10       privat e long tim estamp;
  11  
  12       public  Document( ){
  13       }
  14  
  15       public  String ge tPartnerNa me() {
  16           re turn partn erName;
  17       }
  18  
  19       public  void setP artnerName (String pa rtnerName)  {
  20           th is.partner Name = par tnerName;
  21       }
  22  
  23       public  String ge tPartnerDo cumentID()  {
  24           re turn partn erDocument ID;
  25       }
  26  
  27       public  void setP artnerDocu mentID(Str ing partne rDocumentI D) {
  28           th is.partner DocumentID  = partner DocumentID ;
  29       }
  30  
  31       public  String ge tStatus()  {
  32           re turn statu s;
  33       }
  34  
  35       public  void setS tatus(Stri ng status)  {
  36           th is.status  = status;
  37       }
  38  
  39       public  long getT imestamp()  {
  40           re turn times tamp;
  41       }
  42  
  43       public  void setT imestamp(l ong timest amp) {
  44           th is.timesta mp = times tamp;
  45       }
  46   }