public class DiagnosisSubchapter extends Object implements IdentifiableIF, DescribableIF, Serializable
| 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()
public void setDxFrom(String dxFrom)
dxFrom - the dxFrom to setpublic String getDxTo()
public void setDxTo(String dxTo)
dxTo - the dxTo to setpublic int getId()
IdentifiableIFgetId in interface IdentifiableIFpublic void setId(int id)
IdentifiableIFsetId in interface IdentifiableIFid - the id to setpublic String getDescription()
DescribableIFgetDescription in interface DescribableIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFdescription - the description to setCopyright © 2021. All rights reserved.