Class ExportPersonReference


  • public class ExportPersonReference
    extends Object
    A class representing related person reference for a study element
    Author:
    Jarkko Leponiemi
    • Constructor Detail

      • ExportPersonReference

        public ExportPersonReference​(String firstNames,
                                     String surName,
                                     String role,
                                     String description)
    • Method Detail

      • setPerson

        public void setPerson​(ExportPerson person)
      • getRole

        public String getRole()
      • setRole

        public void setRole​(String role)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)