Package com.eduix.genexp.studyelement
Class PersonRDTOExtended
- java.lang.Object
-
- com.eduix.peppi.cross.study.dto.PersonRDTO
-
- com.eduix.genexp.studyelement.PersonRDTOExtended
-
public class PersonRDTOExtended extends com.eduix.peppi.cross.study.dto.PersonRDTOA class representing a cross study person with the virtual flag.- Author:
- Jarkko Leponiemi
-
-
Constructor Summary
Constructors Constructor Description PersonRDTOExtended(com.eduix.esp.unit.domain.Person person)PersonRDTOExtended(com.eduix.esp.unit.domain.Unit unit)PersonRDTOExtended(String firstNames, String givenName, String surName, Boolean virtual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetVirtual()voidsetVirtual(Boolean virtual)
-
-
-
Field Detail
-
virtual
private Boolean virtual
-
-
Constructor Detail
-
PersonRDTOExtended
public PersonRDTOExtended(String firstNames, String givenName, String surName, Boolean virtual)
-
PersonRDTOExtended
public PersonRDTOExtended(com.eduix.esp.unit.domain.Unit unit)
-
PersonRDTOExtended
public PersonRDTOExtended(com.eduix.esp.unit.domain.Person person)
-
-