WIP: pruning out non necessary fields from the internal model

This commit is contained in:
Claudio Atzori 2023-02-01 17:04:58 +01:00
parent 7b76611955
commit 112b5c29ec
1 changed files with 1 additions and 11 deletions

View File

@ -51,17 +51,7 @@ public class Relation extends Oaf implements Serializable {
private String validationDate;
private List<Provenance> provenance;
private DataInfo dataInfo;
public DataInfo getDataInfo() {
return dataInfo;
}
public void setDataInfo(DataInfo dataInfo) {
this.dataInfo = dataInfo;
}
/**
* List of relation specific properties. Values include 'similarityLevel', indicating the similarity score between a
* pair of publications.