public class DCPersonName extends Object
Person names in the Dublin Core value table in the DSpace database are stored in the following simple format:
Lastname, First name(s)
FIXME: No policy for dealing with "van"/"van der" and "Jr."
| Constructor and Description |
|---|
DCPersonName()
Construct a blank name
|
DCPersonName(String rawValue)
Construct a name from a raw DC value
|
DCPersonName(String lastNameIn,
String firstNamesIn)
Construct a name from a last name and first name
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstNames()
Get the first name(s).
|
String |
getLastName()
Get the last name.
|
String |
toString()
Return a string for writing the name to the database
|
public DCPersonName()
public DCPersonName(String rawValue)
rawValue - the value entry from the databasepublic String toString()
public String getFirstNames()
public String getLastName()
Copyright © 2014 DuraSpace. All Rights Reserved.