com.mmm.cms.util
Interface Namable

All Known Subinterfaces:
CaseMixAdjustmentItemIF, HomeHealthGrouperIF, HomeHealthScoringModelIF
All Known Implementing Classes:
CaseMixAdjustmentItem, CaseMixAdjustmentItem_v2308, CaseMixAdjustmentItem_v3210, ClinicalFunctional_ScoringModel_v2308, ClinicalFunctional_ScoringModel_v3210, GrouperVersion_v2308_1, GrouperVersion_v2308_2, GrouperVersion_v2409_1, GrouperVersion_v3110_1, GrouperVersion_v3210, GrouperVersion0203cAndPrior, NRS_ScoringModel_v2308, NRS_ScoringModel_v3210

public interface Namable

Provides a consistent way to get the name associated with an object at run-time. This not the same as getClass().getName()


Method Summary
 java.lang.String getName()
          The run-time name
 void setName(java.lang.String name)
          Sets the run-time name associated with the object
 

Method Detail

getName

java.lang.String getName()
The run-time name

Returns:
The run-time name associated witht the object

setName

void setName(java.lang.String name)
Sets the run-time name associated with the object

Parameters:
name -