Skip to content

Commit

Permalink
Added getter
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianJitaru29 committed Feb 21, 2024
1 parent dbb0c9d commit c53711c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/cat/udl/eps/softarch/demo/domain/Schedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ public LocalDateTime getStart() {
public LocalDateTime getEnd() {
return end;
}

public Integer getId() {
return id;
}
}

0 comments on commit c53711c

Please sign in to comment.