public class MedicalEquipment
extends java.lang.Object
This class has the following attributes:
1. Supply Device (String)
2. Date Supplied (String)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
MedicalEquipment()
Default constructor of Medical Equipment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDateSupplied()
Returns the Date of dispensing of Medical Equipment.
|
java.lang.String |
getSupplyDevice()
Returns the Supply Device Information.
|
void |
setDateSupplied(java.lang.String dateSupplied)
Sets the Date of dispensing of Medical Equipment.
|
void |
setSupplyDevice(java.lang.String supplyDevice)
Sets the Supply Device Information.
|
public MedicalEquipment()
public java.lang.String getSupplyDevice()
public void setSupplyDevice(java.lang.String supplyDevice)
supplyDevice - Specifies the Supply Device Information.public java.lang.String getDateSupplied()
public void setDateSupplied(java.lang.String dateSupplied)
dateSupplied - Specifies the actual or intended time of dispensing of Medical Equipment.