mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 03:53:07 +00:00
[CST-7756] renamed some methods & class
This commit is contained in:
@@ -71,7 +71,7 @@ public class Subscription implements ReloadableEntity<Integer> {
|
||||
return id;
|
||||
}
|
||||
|
||||
public DSpaceObject getdSpaceObject() {
|
||||
public DSpaceObject getDSpaceObject() {
|
||||
return this.dSpaceObject;
|
||||
}
|
||||
|
||||
@@ -79,11 +79,11 @@ public class Subscription implements ReloadableEntity<Integer> {
|
||||
this.dSpaceObject = dSpaceObject;
|
||||
}
|
||||
|
||||
public EPerson getePerson() {
|
||||
public EPerson getEPerson() {
|
||||
return ePerson;
|
||||
}
|
||||
|
||||
public void setePerson(EPerson ePerson) {
|
||||
public void setEPerson(EPerson ePerson) {
|
||||
this.ePerson = ePerson;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user