• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DataBiosphere / consent / #5022

23 Apr 2024 03:29PM UTC coverage: 76.094% (+0.05%) from 76.047%
#5022

push

web-flow
[DUOS-998][risk=no] Standardize Dataset Association DAO (#2307)

0 of 5 new or added lines in 2 files covered. (0.0%)

4 existing lines in 3 files now uncovered.

9549 of 12549 relevant lines covered (76.09%)

0.76 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/org/broadinstitute/consent/http/models/DatasetAssociation.java
1
package org.broadinstitute.consent.http.models;
2

3
import com.fasterxml.jackson.annotation.JsonProperty;
4
import java.util.Date;
5

6

7
public class DatasetAssociation {
8

9

10
  @JsonProperty
11
  private Integer datasetId;
12

13
  @JsonProperty
14
  private Integer userId;
15

16
  @JsonProperty
17
  private Date createDate;
18

19
  public DatasetAssociation() {
×
20
  }
×
21

22
  public Integer getDatasetId() {
UNCOV
23
    return datasetId;
×
24
  }
25

26
  public void setDatasetId(Integer datasetId) {
27
    this.datasetId = datasetId;
×
28
  }
×
29

30
  public void setUserId(Integer userId) {
NEW
31
    this.userId = userId;
×
UNCOV
32
  }
×
33

34
  public Date getCreateDate() {
35
    return createDate;
×
36
  }
37

38
  public void setCreateDate(Date createDate) {
39
    this.createDate = createDate;
×
40
  }
×
41

42
  public Integer getUserId() {
NEW
43
    return userId;
×
44
  }
45

46
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc