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()
DescribableIFgetDescription in interface DescribableIFint getId()
IdentifiableIFgetId in interface IdentifiableIFString getName()
getName in interface NameableIFboolean isComorbidityPresent()
boolean isLowComorbidity()
void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFdescription - the description to setvoid setId(int id)
IdentifiableIFsetId in interface IdentifiableIFid - the id to setvoid setLowComorbidity(boolean lowComorbidity)
lowComorbidity - the lowComorbidity to setvoid setName(String name)
setName in interface NameableIFname - the name to setCopyright © 2020. All rights reserved.