Skip to content

Commit

Permalink
FIX legger til gettere (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
pekern authored Sep 10, 2024
1 parent e47a765 commit 5c32610
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,12 @@ public InternArbeidsforholdRefDto getArbeidsforholdRefDto() {
public ArbeidsforholdHandlingType getHandling() {
return handling;
}

public IayProsent getStillingsprosent() {
return stillingsprosent;
}

public List<Periode> getArbeidsforholdOverstyrtePerioder() {
return arbeidsforholdOverstyrtePerioder;
}
}

0 comments on commit 5c32610

Please sign in to comment.