mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +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
|
@JsonIgnore
|
||||||
private UUID rightId;
|
private UUID rightId;
|
||||||
|
|
||||||
private int relationshipTypeId;
|
|
||||||
private RelationshipTypeRest relationshipType;
|
private RelationshipTypeRest relationshipType;
|
||||||
private int leftPlace;
|
private int leftPlace;
|
||||||
private int rightPlace;
|
private int rightPlace;
|
||||||
@@ -90,14 +89,6 @@ public class RelationshipRest extends BaseObjectRest<Integer> {
|
|||||||
this.rightPlace = rightPlace;
|
this.rightPlace = rightPlace;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getRelationshipTypeId() {
|
|
||||||
return relationshipTypeId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setRelationshipTypeId(int relationshipTypeId) {
|
|
||||||
this.relationshipTypeId = relationshipTypeId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getRightwardValue() {
|
public String getRightwardValue() {
|
||||||
return rightwardValue;
|
return rightwardValue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user