public class PatientInformation
extends java.lang.Object
| Constructor and Description |
|---|
PatientInformation(java.lang.String type,
java.lang.String description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description of the information.
|
java.lang.String |
getType()
Returns the type of information.
|
void |
setDescription(java.lang.String description)
Sets the description of the information.
|
void |
setType(java.lang.String type)
Sets the type of information.
|
public PatientInformation(java.lang.String type,
java.lang.String description)
type - the type of informationdescription - the description of the informationpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type of informationpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description of the informationCopyright © 2014. All Rights Reserved.