Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#clone() | |
public equals( Object o):boolean |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#clone() | |
public getAlternativeNames():java.util.List |
Sequential Notes: | Delivers the list of alternative names used for the person. | |
public getCompleteName():String |
Sequential Notes: | Delivers the complete name of the person, usually a concatenation of given names and family name. | |
public getFamilyName():String |
Sequential Notes: | Delivers the family name of the person. | |
public getGivenName():String |
Sequential Notes: | Delivers the given name of the person. | |
public getIdentifier():IdentifierVO |
Sequential Notes: | Delivers the identifier in the Personennormdatei, provided by the Deutsche Nationalbibliothek. | |
public getOrganizations():java.util.List |
Sequential Notes: | Delivers the list of organizational units the person was affiliated to when creating the item. | |
public getOrganizationsSize():int |
Sequential Notes: | Delivers the size of the organization list | |
public getPseudonyms():java.util.List |
Sequential Notes: | Delivers the list of or stage names of the person. | |
public getTitles():java.util.List |
Sequential Notes: | Delivers the list of titles of the person. | |
public setCompleteName( String newVal):void |
Sequential Notes: | Sets the complete name of the person, usually a concatenation of given names and family name. | |
public setFamilyName( String newVal):void |
Sequential Notes: | Sets the family name of the person. | |
public setGivenName( String newVal):void |
Sequential Notes: | Sets the given name of the person. | |
public setIdentifier( IdentifierVO newVal):void |
Sequential Notes: | Sets the identifier in the Personennormdatei, provided by the Deutsche Nationalbibliothek. | |
public setOrganizations( java.util.List organizations):void |
Sequential Notes: | Sets the list of organizational units the person was affiliated to when creating the item. | |