Package gov.nih.mipav.model.file
Class FileInfoImageXML.Investigator
java.lang.Object
gov.nih.mipav.model.file.FileInfoImageXML.Investigator
- All Implemented Interfaces:
Serializable
- Enclosing class:
FileInfoImageXML
Title: Investigator
Description: Public class to hold several attributes for an investigator associated with the image (up to three per)
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringAffiliation of investigator.private StringInvestigator's email.private StringName of investigator.private StringInvestigator's phone number.private static final longUse serialVersionUID for interoperability.private StringTitle of investigator. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDUse serialVersionUID for interoperability.- See Also:
-
affiliation
Affiliation of investigator. -
email
Investigator's email. -
name
Name of investigator. -
phone
Investigator's phone number. -
title
Title of investigator.
-
-
Constructor Details
-
Investigator
Creates a new Investigator with given name.- Parameters:
name- String name
-
-
Method Details
-
getAffiliation
Gets affiliation.- Returns:
- String affiliation
-
getEmail
Gets email.- Returns:
- String email
-
getName
Gets name.- Returns:
- String name
-
getPhone
Gets phone number.- Returns:
- String phone number
-
getTitle
Gets title.- Returns:
- String title
-
setAffiliation
Sets affiliation.- Parameters:
affiliation- String affiliation
-
setEmail
Sets email.- Parameters:
email- String email
-
setPhone
Sets phone number.- Parameters:
phone- String phone number
-
setTitle
Sets title.- Parameters:
title- String title
-