Skip to content

Commit

Permalink
IM-457 Add auditory fields to Agreement.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaBc3 committed Nov 23, 2024
1 parent fd80fa6 commit 5de28d0
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ public class Agreement {

@Reference
private Set<GroupEntry> groupEntries = new HashSet<>(); // research groups, etc. in web tool

@CreatedBy
private String createdBy;

@CreatedDate
private LocalDateTime createdDate;

@LastModifiedBy
private String lastModifiedBy;

@LastModifiedDate
private LocalDateTime lastModifiedDate;

public String getId() {
return id;
Expand Down

0 comments on commit 5de28d0

Please sign in to comment.