This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
sormas-api/src/main/java/de/symeda/sormas/api/sample
sormas-backend/src/main/java/de/symeda/sormas/backend/sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public class SampleDto extends PseudonymizableDto {
119119 private String requestedOtherAdditionalTests ;
120120
121121 private SormasToSormasOriginInfoDto sormasToSormasOriginInfo ;
122- private boolean isOwnershipHandedOver ;
122+ private boolean ownershipHandedOver ;
123123
124124 @ ImportIgnore
125125 public CaseReferenceDto getAssociatedCase () {
@@ -380,11 +380,11 @@ public void setSormasToSormasOriginInfo(SormasToSormasOriginInfoDto sormasToSorm
380380 }
381381
382382 public boolean isOwnershipHandedOver () {
383- return isOwnershipHandedOver ;
383+ return ownershipHandedOver ;
384384 }
385385
386386 public void setOwnershipHandedOver (boolean ownershipHandedOver ) {
387- isOwnershipHandedOver = ownershipHandedOver ;
387+ this . ownershipHandedOver = ownershipHandedOver ;
388388 }
389389
390390 public static SampleDto build (UserReferenceDto userRef , CaseReferenceDto caseRef ) {
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ public void setSormasToSormasOriginInfo(SormasToSormasOriginInfo sormasToSormasO
572572 this .sormasToSormasOriginInfo = sormasToSormasOriginInfo ;
573573 }
574574
575- @ OneToMany (mappedBy = SormasToSormasShareInfo .CAZE , fetch = FetchType .LAZY )
575+ @ OneToMany (mappedBy = SormasToSormasShareInfo .SAMPLE , fetch = FetchType .LAZY )
576576 public List <SormasToSormasShareInfo > getSormasToSormasShares () {
577577 return sormasToSormasShares ;
578578 }
You can’t perform that action at this time.
0 commit comments