Package gov.cms.hh.diagnosis
Class DiagnosisSubchapter
java.lang.Object
gov.cms.hh.diagnosis.DiagnosisSubchapter
- All Implemented Interfaces:
DescribableIF,IdentifiableIF,DiagnosisSubchapterIF,Serializable
- Author:
- CMS
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiagnosisSubchapter(int id, String dxFrom, String dxTo, String description) DiagnosisSubchapter(DiagnosisSubchapterObject dxSubchapterObject) -
Method Summary
-
Constructor Details
-
DiagnosisSubchapter
- Parameters:
dxSubchapterObject-
-
DiagnosisSubchapter
- Parameters:
id-dxFrom-dxTo-description-
-
-
Method Details
-
toString
-
getDxFrom
- Specified by:
getDxFromin interfaceDiagnosisSubchapterIF- Returns:
- the dxFrom
-
setDxFrom
- Specified by:
setDxFromin interfaceDiagnosisSubchapterIF- Parameters:
dxFrom- the dxFrom to set
-
getDxTo
- Specified by:
getDxToin interfaceDiagnosisSubchapterIF- Returns:
- the dxTo
-
setDxTo
- Specified by:
setDxToin interfaceDiagnosisSubchapterIF- Parameters:
dxTo- the dxTo to set
-
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
-