public class DiagnosisSubchapter extends Object implements DiagnosisSubchapterIF
Constructor and Description |
---|
DiagnosisSubchapter(DiagnosisSubchapterObject dxSubchapterObject) |
DiagnosisSubchapter(int id,
String dxFrom,
String dxTo,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the object
|
String |
getDxFrom() |
String |
getDxTo() |
int |
getId()
the id of the object
|
void |
setDescription(String description)
Sets the objects internal description
|
void |
setDxFrom(String dxFrom) |
void |
setDxTo(String dxTo) |
void |
setId(int id)
Sets the id for the object at run time
|
String |
toString() |
public DiagnosisSubchapter(DiagnosisSubchapterObject dxSubchapterObject)
dxSubchapterObject
- public String getDxFrom()
getDxFrom
in interface DiagnosisSubchapterIF
public void setDxFrom(String dxFrom)
setDxFrom
in interface DiagnosisSubchapterIF
dxFrom
- the dxFrom to setpublic String getDxTo()
getDxTo
in interface DiagnosisSubchapterIF
public void setDxTo(String dxTo)
setDxTo
in interface DiagnosisSubchapterIF
dxTo
- the dxTo to setpublic int getId()
IdentifiableIF
getId
in interface IdentifiableIF
public void setId(int id)
IdentifiableIF
setId
in interface IdentifiableIF
id
- the id to setpublic String getDescription()
DescribableIF
getDescription
in interface DescribableIF
public void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
description
- the description to setCopyright © 2023. All rights reserved.