71. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/8/2017 1:33:41 PM Central Standard 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.

71.1 Files compared

# Location File Last Modified
1 PC_CP4_CiF.zip\FPPS_Model\fpps_model\src\main\java\gov\va\med\domain\fppsowner AdtlCentralFee.java Fri Dec 8 17:53:36 2017 UTC
2 PC_CP4_CiF.zip\FPPS_Model\fpps_model\src\main\java\gov\va\med\domain\fppsowner AdtlCentralFee.java Fri Dec 8 18:39:37 2017 UTC

71.2 Comparison summary

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

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

71.4 Active regular expressions

No regular expressions were active.

71.5 Comparison detail

  1   package go v.va.med.d omain.fpps owner;
  2  
  3   import jav a.math.Big Decimal;
  4   import jav a.math.Big Integer;
  5   import jav a.util.Dat e;
  6  
  7   import jav ax.persist ence.Colum n;
  8   import jav ax.persist ence.Entit y;
  9   import jav ax.persist ence.Gener atedValue;
  10   import jav ax.persist ence.Gener ationType;
  11   import jav ax.persist ence.Id;
  12   import jav ax.persist ence.Seque nceGenerat or;
  13   import jav ax.persist ence.Table ;
  14   import jav ax.persist ence.Tempo ral;
  15   import jav ax.persist ence.Tempo ralType;
  16  
  17   /**
  18    * New cla ss to hold  data from  FPPS_OWNE R.ADTL_CEN TRAL_FEE t able
  19    * Records  written d uring Reco nciliation  process
  20    * Data fr om new Cen tral Fee f ile input  process
  21    * 12/13/2 015
  22    * 
  23  
  24    * 
  25    * 
  26    * @author  
D NS     BLACKW
  27    */
  28  
  29   @SuppressW arnings("s erial")
  30   @Entity(na me = "foAd tlCentralF ee")
  31   @Table(nam e = "ADTL_ CENTRAL_FE E")
  32   public cla ss AdtlCen tralFee  i mplements  java.io.Se rializable  {
  33           pr ivate int  adtlCentra lFeeId;
  34           pr ivate Stri ng feeClai mPaymentId ;
  35           pr ivate long  claimInde x;
  36           pr ivate Stri ng authori zationNumb er;
  37           pr ivate Stri ng amountQ ualifierCo de;
  38           pr ivate Stri ng lineIte mSequence;
  39  
  40           pr ivate BigD ecimal cla imLevelAll owedAmount ;
  41           pr ivate Stri ng loopId;
  42           pr ivate Stri ng txType;
  43           pr ivate Stri ng ref01;
  44           pr ivate Stri ng created By;
  45           pr ivate Date  dateCreat ed;
  46           
  47           pu blic AdtlC entralFee( ) {}
  48           
  49           pu blic AdtlC entralFee( int adtlCe ntralFeeId , String f eeClaimPay mentId, lo ng claimIn dex, Strin g lineItem Sequence,
  50                             String  authoriza tionNumber , String a mountQuali fierCode,  BigDecimal  claimLeve lAllowedAm ount, Stri ng loopId,
  51                             String  txType, S tring ref0 1, String  createdBy,  Date date Created) {
  52                    
  53                    this .adtlCentr alFeeId =  adtlCentra lFeeId;
  54                    this .feeClaimP aymentId =  feeClaimP aymentId;
  55                    this .claimInde x = claimI ndex; 
  56                    this .lineItemS equence =  lineItemSe quence;
  57                    this .authoriza tionNumber  = authori zationNumb er;
  58                    this .claimLeve lAllowedAm ount = cla imLevelAll owedAmount ;
  59                    this .amountQua lifierCode  = amountQ ualifierCo de;
  60                    this .loopId =  loopId;
  61                    this .txType =  txType;
  62                    this .ref01 = r ef01;
  63                    this .createdBy  = created By;
  64                    this .dateCreat ed = dateC reated;
  65           }        // e nd constr( )
  66           
  67           
  68           @I d
  69           @G eneratedVa lue(strate gy = Gener ationType. AUTO, gene rator = "f o_seq")
  70           @S equenceGen erator(nam e = "fo_se q", sequen ceName = " FPPS_OWNER .MIG")
  71           @C olumn(name  = "ADTL_C ENTRAL_FEE _ID", uniq ue = true,  nullable  = false, l ength = 12 )
  72           pu blic int g etAdtlCent ralFeeId()  {
  73                    retu rn adtlCen tralFeeId;
  74           }
  75           pu blic void  setAdtlCen tralFeeId( int adtlCe ntralFeeId ) {
  76                    this .adtlCentr alFeeId =  adtlCentra lFeeId;
  77           }
  78           
  79           @C olumn(name  = "FEE_CL AIM_PAYMEN T_ID", uni que = true , nullable  = false,  length = 3 6)
  80           pu blic Strin g getFeeCl aimPayment Id() {
  81                    retu rn feeClai mPaymentId ;
  82           }
  83           pu blic void  setFeeClai mPaymentId (String fe eClaimPaym entId) {
  84                    this .feeClaimP aymentId =  feeClaimP aymentId;
  85           }
  86           
  87           @C olumn(name  = "LINE_I TEM_SEQUEN CE", nulla ble = true , length =  2000)
  88           pu blic Strin g getLineI temSequenc e() {
  89                    retu rn lineIte mSequence;
  90           }
  91           pu blic void  setLineIte mSequence( String lin eItemSeque nce) {
  92                    this .lineItemS equence =  lineItemSe quence;
  93           }
  94           
  95           
  96           @C olumn(name  = "CLAIM_ INDEX", nu llable = f alse, prec ision = 15 , scale =  0)
  97           pu blic long  getClaimIn dex() {
  98                    retu rn claimIn dex;
  99           }
  100           pu blic void  setClaimIn dex(long c laimIndex)  {
  101                    this .claimInde x = claimI ndex;
  102           }
  103           
  104       @Colum n(name = " CREATED_BY ", nullabl e = false,  length =  30)
  105           pu blic Strin g getCreat edBy() {
  106                    retu rn created By;
  107           }
  108           pu blic void  setCreated By(String  createdBy)  {
  109                    this .createdBy  = created By;
  110           }
  111           
  112  
  113            @ Override
  114           pu blic Strin g toString () {
  115                    retu rn "AdtlCe ntralFee [ adtlCentra lFeeId=" +  adtlCentr alFeeId
  116                                      + ", fee ClaimPayme ntId=" + f eeClaimPay mentId + " , claimInd ex="
  117                                      + claimI ndex + ",  lineItemSe quence=" +  lineItemS equence
  118                                      + ", aut horization Number=" +  authoriza tionNumber
  119                                      + ", amo untQualifi erCode=" +  amountQua lifierCode
  120                                      + ", cla imLevelAll owedAmount =" + claim LevelAllow edAmount
  121                                      + ", loo pId=" + lo opId + ",  txType=" +  txType +  ", ref01="
  122                                      + ref01  + ", creat edBy=" + c reatedBy +  ", dateCr eated="
  123                                      + dateCr eated + "] ";
  124           }
  125  
  126           @T emporal(Te mporalType .TIMESTAMP )
  127           @C olumn(name  = "DATE_C REATED", n ullable =  false, len gth = 7)
  128           pu blic Date  getDateCre ated() {
  129                    retu rn dateCre ated;
  130           }
  131           pu blic void  setDateCre ated(Date  dateCreate d) {
  132                    this .dateCreat ed = dateC reated;
  133           }
  134  
  135           
  136           @C olumn(name  = "AUTHOR IZATION_NU MBER", nul lable = tr ue, length  = 50)
  137           pu blic Strin g getAutho rizationNu mber() {
  138                    retu rn authori zationNumb er;
  139           }
  140           pu blic void  setAuthori zationNumb er(String  authorizat ionNumber)  {
  141                    this .authoriza tionNumber  = authori zationNumb er;
  142           }
  143           
  144           @C olumn(name  = "AMOUNT _QUALIFIER _CODE", nu llable = t rue, lengt h = 2)
  145           pu blic Strin g getAmoun tQualifier Code() {
  146                    retu rn amountQ ualifierCo de;
  147           }
  148  
  149           pu blic void  setAmountQ ualifierCo de(String  amountQual ifierCode)  {
  150                    this .amountQua lifierCode  = amountQ ualifierCo de;
  151           }
  152           
  153           @C olumn(name  = "CLAIM_ LEVEL_ALLO WED_AMOUNT ", precisi on = 10)
  154           pu blic BigDe cimal getC laimLevelA llowedAmou nt() {
  155                    retu rn claimLe velAllowed Amount;
  156           }
  157           pu blic void  setClaimLe velAllowed Amount(Big Decimal cl aimLevelAl lowedAmoun t) {
  158                    this .claimLeve lAllowedAm ount = cla imLevelAll owedAmount ;
  159           }
  160           
  161           @C olumn(name  = "LOOP_I D", nullab le = true,  length =  12)
  162           pu blic Strin g getLoopI d() {
  163                    retu rn loopId;
  164           }
  165           pu blic void  setLoopId( String loo pId) {
  166                    this .loopId =  loopId;
  167           }
  168           
  169           @C olumn(name  = "TX_TYP E", nullab le = true,  length =  10)
  170           pu blic Strin g getTxTyp e() {
  171                    retu rn txType;
  172           }
  173           pu blic void  setTxType( String txT ype) {
  174                    this .txType =  txType;
  175           }
  176  
  177           @C olumn(name  = "REF01" , nullable  = true, l ength = 2)
  178           pu blic Strin g getRef01 () {
  179                    retu rn ref01;
  180           }
  181  
  182           pu blic void  setRef01(S tring ref0 1) {
  183                    this .ref01 = r ef01;
  184           }
  185           
  186  
  187   }       //  end class