Class PatientInformation
java.lang.Object
com.compomics.util.experiment.patient.PatientInformation
Information about the patient.
- Author:
- Marc Vaudel
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorPatientInformation(String type, String description) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the information.getType()Returns the type of information.voidsetDescription(String description) Sets the description of the information.voidSets the type of information.
-
Constructor Details
-
PatientInformation
public PatientInformation()Empty default constructor -
PatientInformation
Constructor.- Parameters:
type- the type of informationdescription- the description of the information
-
-
Method Details
-
getType
Returns the type of information.- Returns:
- the type of information
-
setType
Sets the type of information.- Parameters:
type- the type of information
-
getDescription
Returns the description of the information.- Returns:
- the description of the information
-
setDescription
Sets the description of the information.- Parameters:
description- the description of the information
-