Class Device
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.core.metadata.Device
Simplified model of a device.
- Since:
- 4.1
- Author:
- Quentin Ligier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getDesc()
The application description.The application net address.getIds()
The application IDs.The application model name.getNames()
The application names.The application software name.Telecom of the sender/receiver.int
hashCode()
void
The application description.void
setManufacturerModelName
(SC manufacturerModelName) The application model name.void
setSoftwareName
(SC softwareName) The application software name.void
setTelecom
(TEL telecom) Telecom of the sender/receiver.toString()
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
getTelecom
Telecom of the sender/receiver. -
getIds
The application IDs. At least one ID shall be provided. The list is nevernull
. -
getNames
The application names. It may be empty but is nevernull
. -
getDesc
The application description. -
getDeviceTelecom
The application net address. It may be empty but is nevernull
. -
getManufacturerModelName
The application model name. -
getSoftwareName
The application software name. -
setTelecom
Telecom of the sender/receiver. -
setDesc
The application description. -
setManufacturerModelName
The application model name. -
setSoftwareName
The application software name. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-