|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.index.reader.DleseCollectionDocReader.PersonContributor
public class DleseCollectionDocReader.PersonContributor
A bean that holds information about a DLESE contributor that is a person.
Constructor Summary | |
---|---|
DleseCollectionDocReader.PersonContributor(String nameTitle,
String nameFirst,
String nameLast,
String instName,
String instDept,
String emailPrimary,
String emailAlt,
String contactID)
Constructor for the PersonContributor object |
Method Summary | |
---|---|
String |
getContactID()
Gets the contactID attribute of the PersonContributor object |
String |
getEmailAlt()
Gets the emailAlt attribute of the PersonContributor object |
String |
getEmailPrimary()
Gets the emailPrimary attribute of the PersonContributor object |
String |
getInstDept()
Gets the instDept attribute of the PersonContributor object |
String |
getInstName()
Gets the instName attribute of the PersonContributor object |
String |
getNameFirst()
Gets the nameFirst attribute of the PersonContributor object |
String |
getNameLast()
Gets the nameLast attribute of the PersonContributor object |
String |
getNameTitle()
Gets the nameTitle attribute of the PersonContributor object |
String |
getType()
Gets the type, which is 'person'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DleseCollectionDocReader.PersonContributor(String nameTitle, String nameFirst, String nameLast, String instName, String instDept, String emailPrimary, String emailAlt, String contactID)
nameTitle
- TitlenameFirst
- First namenameLast
- Last NameinstName
- Institution NameinstDept
- Institution DeptemailPrimary
- Primary emailemailAlt
- Alternate emailcontactID
- Contact IDMethod Detail |
---|
public String getType()
getType
in interface DleseCollectionDocReader.Contributor
public String getNameTitle()
public String getNameFirst()
public String getNameLast()
public String getInstName()
public String getInstDept()
public String getEmailPrimary()
public String getEmailAlt()
public String getContactID()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |