Class FileInfoImageXML.Investigator

java.lang.Object
gov.nih.mipav.model.file.FileInfoImageXML.Investigator
All Implemented Interfaces:
Serializable
Enclosing class:
FileInfoImageXML

public static class FileInfoImageXML.Investigator extends Object implements Serializable

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 Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • affiliation

      private String affiliation
      Affiliation of investigator.
    • email

      private String email
      Investigator's email.
    • name

      private String name
      Name of investigator.
    • phone

      private String phone
      Investigator's phone number.
    • title

      private String title
      Title of investigator.
  • Constructor Details

    • Investigator

      public Investigator(String name)
      Creates a new Investigator with given name.
      Parameters:
      name - String name
  • Method Details

    • getAffiliation

      public String getAffiliation()
      Gets affiliation.
      Returns:
      String affiliation
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      String email
    • getName

      public String getName()
      Gets name.
      Returns:
      String name
    • getPhone

      public String getPhone()
      Gets phone number.
      Returns:
      String phone number
    • getTitle

      public String getTitle()
      Gets title.
      Returns:
      String title
    • setAffiliation

      public void setAffiliation(String affiliation)
      Sets affiliation.
      Parameters:
      affiliation - String affiliation
    • setEmail

      public void setEmail(String email)
      Sets email.
      Parameters:
      email - String email
    • setPhone

      public void setPhone(String phone)
      Sets phone number.
      Parameters:
      phone - String phone number
    • setTitle

      public void setTitle(String title)
      Sets title.
      Parameters:
      title - String title