Package com.eduix.genexp.studyelement
Class ExportStudyElementReference
- java.lang.Object
-
- com.eduix.genexp.studyelement.ExportStudyElementReference
-
public class ExportStudyElementReference extends Object
A class reperesenting a reference to study element- Author:
- Jarkko Leponiemi
-
-
Field Summary
Fields Modifier and Type Field Description private StringreferenceIdentifierprivate StringreferenceType
-
Constructor Summary
Constructors Constructor Description ExportStudyElementReference(String referenceIdentifier, String referenceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReferenceIdentifier()StringgetReferenceType()voidsetReferenceIdentifier(String referenceIdentifier)voidsetReferenceType(String referenceType)
-