public class HL7ApplicationExtension extends ConfigurableClassExtension<HL7ApplicationExtension> implements Serializable
Modifier and Type | Field and Description |
---|---|
protected HL7Application |
HL7Application |
private static long |
serialVersionUID |
Constructor and Description |
---|
HL7ApplicationExtension() |
Modifier and Type | Method and Description |
---|---|
Class<HL7ApplicationExtension> |
getBaseClass()
Will be removed later on
|
HL7Application |
getHL7Application() |
void |
reconfigure(HL7ApplicationExtension from) |
void |
setHL7Application(HL7Application hl7App) |
private static final long serialVersionUID
protected HL7Application HL7Application
public HL7ApplicationExtension()
public final HL7Application getHL7Application()
public void setHL7Application(HL7Application hl7App)
public void reconfigure(HL7ApplicationExtension from)
reconfigure
in class ConfigurableClassExtension<HL7ApplicationExtension>
public Class<HL7ApplicationExtension> getBaseClass()
ConfigurableClassExtension
getBaseClass
in class ConfigurableClassExtension<HL7ApplicationExtension>
Copyright © 2017 dcm4che.org. All rights reserved.