public class HL7ApplicationInfo extends Object implements Serializable
| Constructor and Description |
|---|
HL7ApplicationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getApplicationClusters() |
List<Connection> |
getConnections() |
String |
getDescription() |
String |
getDeviceName() |
String |
getHl7ApplicationName() |
String[] |
getHl7OtherApplicationName() |
Boolean |
getInstalled() |
void |
setApplicationClusters(String[] applicationClusters) |
void |
setDescription(String description) |
void |
setDeviceName(String deviceName) |
void |
setHl7ApplicationName(String hl7ApplicationName) |
void |
setHl7OtherApplicationName(String[] hl7OtherApplicationName) |
void |
setInstalled(Boolean installed) |
String |
toString() |
public Boolean getInstalled()
public void setInstalled(Boolean installed)
public String getDeviceName()
public void setDeviceName(String deviceName)
public String getDescription()
public void setDescription(String description)
public String getHl7ApplicationName()
public void setHl7ApplicationName(String hl7ApplicationName)
public String[] getHl7OtherApplicationName()
public void setHl7OtherApplicationName(String[] hl7OtherApplicationName)
public String[] getApplicationClusters()
public void setApplicationClusters(String[] applicationClusters)
public List<Connection> getConnections()
Copyright © 2020. All rights reserved.