mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[Task 70333] removed the RelationshipTypeId from Relationship endpoints
This commit is contained in:
@@ -27,7 +27,6 @@ public class RelationshipRest extends BaseObjectRest<Integer> {
|
||||
@JsonIgnore
|
||||
private UUID rightId;
|
||||
|
||||
private int relationshipTypeId;
|
||||
private RelationshipTypeRest relationshipType;
|
||||
private int leftPlace;
|
||||
private int rightPlace;
|
||||
@@ -90,14 +89,6 @@ public class RelationshipRest extends BaseObjectRest<Integer> {
|
||||
this.rightPlace = rightPlace;
|
||||
}
|
||||
|
||||
public int getRelationshipTypeId() {
|
||||
return relationshipTypeId;
|
||||
}
|
||||
|
||||
public void setRelationshipTypeId(int relationshipTypeId) {
|
||||
this.relationshipTypeId = relationshipTypeId;
|
||||
}
|
||||
|
||||
public String getRightwardValue() {
|
||||
return rightwardValue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user