Skip to content

Commit

Permalink
BAH-3448 | Add. Since annotation in public methods of accessionNumber…
Browse files Browse the repository at this point in the history
… | [Riya/Sweety]
  • Loading branch information
riyaTw committed Jan 8, 2024
1 parent 95111eb commit a02c986
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,16 @@ public Date getAutoExpireDate() {
return autoExpireDate;
}

/**
* @since 1.35.0
*/
public String getAccessionNumber() {
return accessionNumber;
}

/**
* @since 1.35.0
*/
public void setAccessionNumber(String accessionNumber) {
this.accessionNumber = accessionNumber;
}
Expand Down

0 comments on commit a02c986

Please sign in to comment.