Package gov.cms.hh.diagnosis
Class ClinicalGroup
java.lang.Object
gov.cms.hh.diagnosis.ClinicalGroup
- All Implemented Interfaces:
DescribableIF,IdentifiableIF,NameableIF,ValuableIF,ClinicalGroupIF,Serializable
- Author:
- CMS
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorClinicalGroup(int id, ClinicalGroupObject cgo) ClinicalGroup(int id, String value, String name, String description, int lowPoints, int highPoints) -
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectintintgetId()the id of the objectintgetName()getValue()voidsetDescription(String description) Sets the objects internal descriptionvoidsetHighPoints(int highPoints) voidsetId(int id) Sets the id for the object at run timevoidsetLowPoints(int lowPoints) voidvoidtoString()
-
Constructor Details
-
ClinicalGroup
public ClinicalGroup()Constructor -
ClinicalGroup
public ClinicalGroup(int id, String value, String name, String description, int lowPoints, int highPoints) - Parameters:
id-value-name-description-lowPoints-highPoints-
-
ClinicalGroup
- 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
-
getLowPoints
public int getLowPoints()- Specified by:
getLowPointsin interfaceClinicalGroupIF- Returns:
- the lowPoints
-
setLowPoints
public void setLowPoints(int lowPoints) - Specified by:
setLowPointsin interfaceClinicalGroupIF- Parameters:
lowPoints- the lowPoints to set
-
getHighPoints
public int getHighPoints()- Specified by:
getHighPointsin interfaceClinicalGroupIF- Returns:
- the highPoints
-
setHighPoints
public void setHighPoints(int highPoints) - Specified by:
setHighPointsin interfaceClinicalGroupIF- Parameters:
highPoints- the highPoints to set
-
getValue
- Specified by:
getValuein interfaceValuableIF- Returns:
- the value
-
setValue
- Specified by:
setValuein interfaceValuableIF- Parameters:
value- the value to set
-