finished docs and tests

This commit is contained in:
lotte
2019-02-27 13:18:35 +01:00
parent 664d58f40e
commit 8125f56009
9 changed files with 98 additions and 32 deletions

View File

@@ -19,6 +19,7 @@ export class EPerson extends DSpaceObject {
public selfRegistered: boolean;
/** Getter to retrieve the EPerson's full name as a string */
get name(): string {
return this.firstMetadataValue('eperson.firstname') + ' ' + this.firstMetadataValue('eperson.lastname');
}