public interface ComorbidityGroupIF extends DescribableIF, IdentifiableIF, NameableIF
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the object
|
int |
getId()
the id of the object
|
String |
getName() |
boolean |
isComorbidityPresent() |
boolean |
isLowComorbidity() |
void |
setDescription(String description)
Sets the objects internal description
|
void |
setId(int id)
Sets the id for the object at run time
|
void |
setLowComorbidity(boolean lowComorbidity) |
void |
setName(String name) |
String getDescription()
DescribableIF
getDescription
in interface DescribableIF
int getId()
IdentifiableIF
getId
in interface IdentifiableIF
String getName()
getName
in interface NameableIF
boolean isComorbidityPresent()
boolean isLowComorbidity()
void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
description
- the description to setvoid setId(int id)
IdentifiableIF
setId
in interface IdentifiableIF
id
- the id to setvoid setLowComorbidity(boolean lowComorbidity)
lowComorbidity
- the lowComorbidity to setvoid setName(String name)
setName
in interface NameableIF
name
- the name to setCopyright © 2022. All rights reserved.