com.mmm.cms.util
Interface Describable

All Known Subinterfaces:
DiagnosticCategoryIF, HomeHealthGrouperIF, Icd9CodeIF, Icd9DiagnosisCodeIF
All Known Implementing Classes:
AbstractIcd9Code, DiagnosisCode, DiagnosisCode_Empty, DiagnosticCategory, GrouperVersion_v2308_1, GrouperVersion_v2308_2, GrouperVersion_v2409_1, GrouperVersion_v3110_1, GrouperVersion_v3210, GrouperVersion0203cAndPrior

public interface Describable

This interface provides a standard for setting and getting the internal description of an object.


Method Summary
 java.lang.String getDescription()
          The description of the object
 void setDescription(java.lang.String description)
          Sets the objects internal description
 

Method Detail

getDescription

java.lang.String getDescription()
The description of the object

Returns:

setDescription

void setDescription(java.lang.String description)
Sets the objects internal description