Class PatientInformation
java.lang.Object
com.compomics.util.experiment.patient.PatientInformation
public class PatientInformation extends Object
Information about the patient.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors Constructor Description PatientInformation()
Empty default constructorPatientInformation(String type, String description)
Constructor. -
Method Summary
Modifier and Type Method Description String
getDescription()
Returns the description of the information.String
getType()
Returns the type of information.void
setDescription(String description)
Sets the description of the information.void
setType(String type)
Sets 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
-