Skip to content

Commit

Permalink
Litt mer fiks
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen committed Oct 30, 2024
1 parent 742dbcb commit 838f175
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class BehandlingDvh extends DvhBaseEntitet {
private UUID relatertBehandlingUuid;

@Column(name = "RELATERT_TIL_FAGSYSTEM")
private UUID relatertBehandlingFagsystem;
private String relatertBehandlingFagsystem;

@Column(name = "FAMILIE_HENDELSE_TYPE")
private String familieHendelseType;
Expand Down Expand Up @@ -187,6 +187,10 @@ public UUID getRelatertBehandlingUuid() {
return relatertBehandlingUuid;
}

public String getRelatertBehandlingFagsystem() {
return relatertBehandlingFagsystem;
}

public String getFamilieHendelseType() {
return familieHendelseType;
}
Expand Down

0 comments on commit 838f175

Please sign in to comment.