Removed setter since it's no longer used

This commit is contained in:
Ben Bosman
2018-11-12 09:32:40 +01:00
parent c30e548533
commit 45afa91d0e

View File

@@ -84,14 +84,6 @@ public class Relationship implements ReloadableEntity<Integer> {
return id;
}
/**
* Standard setter for the ID field
* @param id The ID to be set
*/
public void setId(Integer id) {
this.id = id;
}
/**
* Standard getter for the leftItem field
* @return The leftItem Item object in this relationship