Package gov.cms.hh.diagnosis
Class ComorbidityGroup
java.lang.Object
gov.cms.hh.diagnosis.ComorbidityGroup
- All Implemented Interfaces:
DescribableIF,IdentifiableIF,NameableIF,ComorbidityGroupIF,Serializable
- Author:
- CMS
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorComorbidityGroup(int id, ComorbidityGroupObject cgo) ComorbidityGroup(int id, String name, String description, boolean lowComorbidity) -
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectintgetId()the id of the objectgetName()booleanbooleanvoidsetDescription(String description) Sets the objects internal descriptionvoidsetId(int id) Sets the id for the object at run timevoidsetLowComorbidity(boolean lowComorbidity) voidtoString()
-
Constructor Details
-
ComorbidityGroup
public ComorbidityGroup()Constructor -
ComorbidityGroup
- Parameters:
id-name-description-lowComorbidity-
-
ComorbidityGroup
- Parameters:
id-cgo-- Throws:
ParseException
-
-
Method Details
-
toString
-
getId
public int getId()Description copied from interface:IdentifiableIFthe id of the object- Specified by:
getIdin interfaceIdentifiableIF- Returns:
- the id
-
setId
public void setId(int id) Description copied from interface:IdentifiableIFSets the id for the object at run time- Specified by:
setIdin interfaceIdentifiableIF- Parameters:
id- the id to set
-
getName
- Specified by:
getNamein interfaceNameableIF- Returns:
- the name
-
setName
- Specified by:
setNamein interfaceNameableIF- Parameters:
name- the name to set
-
getDescription
Description copied from interface:DescribableIFThe description of the object- Specified by:
getDescriptionin interfaceDescribableIF- Returns:
- the description
-
setDescription
Description copied from interface:DescribableIFSets the objects internal description- Specified by:
setDescriptionin interfaceDescribableIF- Parameters:
description- the description to set
-
isLowComorbidity
public boolean isLowComorbidity()- Specified by:
isLowComorbidityin interfaceComorbidityGroupIF- Returns:
- the lowComorbidity
-
setLowComorbidity
public void setLowComorbidity(boolean lowComorbidity) - Specified by:
setLowComorbidityin interfaceComorbidityGroupIF- Parameters:
lowComorbidity- the lowComorbidity to set
-
isComorbidityPresent
public boolean isComorbidityPresent()- Specified by:
isComorbidityPresentin interfaceComorbidityGroupIF- Returns:
-