Package com.eduix.genexp.studyelement
Class ExportPersonReference
- java.lang.Object
-
- com.eduix.genexp.studyelement.ExportPersonReference
-
public class ExportPersonReference extends Object
A class representing related person reference for a study element- Author:
- Jarkko Leponiemi
-
-
Field Summary
Fields Modifier and Type Field Description private Stringdescriptionprivate ExportPersonpersonprivate Stringrole
-
Constructor Summary
Constructors Constructor Description ExportPersonReference(ExportPerson person, String role, String description)ExportPersonReference(String firstNames, String surName, String role, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ExportPersongetPerson()StringgetRole()voidsetDescription(String description)voidsetPerson(ExportPerson person)voidsetRole(String role)
-
-
-
Field Detail
-
person
private ExportPerson person
-
role
private String role
-
description
private String description
-
-
Method Detail
-
getPerson
public ExportPerson getPerson()
-
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)
-
-