public class DleseCollectionDocReader.PersonContributor extends java.lang.Object implements DleseCollectionDocReader.Contributor
Constructor and Description |
---|
PersonContributor(java.lang.String nameTitle,
java.lang.String nameFirst,
java.lang.String nameLast,
java.lang.String instName,
java.lang.String instDept,
java.lang.String emailPrimary,
java.lang.String emailAlt,
java.lang.String contactID)
Constructor for the PersonContributor object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContactID()
Gets the contactID attribute of the PersonContributor object
|
java.lang.String |
getEmailAlt()
Gets the emailAlt attribute of the PersonContributor object
|
java.lang.String |
getEmailPrimary()
Gets the emailPrimary attribute of the PersonContributor object
|
java.lang.String |
getInstDept()
Gets the instDept attribute of the PersonContributor object
|
java.lang.String |
getInstName()
Gets the instName attribute of the PersonContributor object
|
java.lang.String |
getNameFirst()
Gets the nameFirst attribute of the PersonContributor object
|
java.lang.String |
getNameLast()
Gets the nameLast attribute of the PersonContributor object
|
java.lang.String |
getNameTitle()
Gets the nameTitle attribute of the PersonContributor object
|
java.lang.String |
getType()
Gets the type, which is 'person'.
|
public PersonContributor(java.lang.String nameTitle, java.lang.String nameFirst, java.lang.String nameLast, java.lang.String instName, java.lang.String instDept, java.lang.String emailPrimary, java.lang.String emailAlt, java.lang.String contactID)
nameTitle
- TitlenameFirst
- First namenameLast
- Last NameinstName
- Institution NameinstDept
- Institution DeptemailPrimary
- Primary emailemailAlt
- Alternate emailcontactID
- Contact IDpublic java.lang.String getType()
getType
in interface DleseCollectionDocReader.Contributor
public java.lang.String getNameTitle()
public java.lang.String getNameFirst()
public java.lang.String getNameLast()
public java.lang.String getInstName()
public java.lang.String getInstDept()
public java.lang.String getEmailPrimary()
public java.lang.String getEmailAlt()
public java.lang.String getContactID()