Package gov.cms.hh.diagnosis
Class CodeFirstCondition
java.lang.Object
gov.cms.hh.diagnosis.CodeFirstCondition
- All Implemented Interfaces:
DescribableIF,IdentifiableIF,ValuableIF,CodeFirstConditionIF,Serializable
- Author:
- CMS
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodeFirstCondition
public CodeFirstCondition()Constructor -
CodeFirstCondition
- Parameters:
id-description-value-
-
CodeFirstCondition
- Parameters:
cfco-- 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
-
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
-
getValue
- Specified by:
getValuein interfaceValuableIF- Returns:
- the value
-
setValue
- Specified by:
setValuein interfaceValuableIF- Parameters:
value- the value to set
-