Interface IdentifiableIF

All Known Subinterfaces:
ClinicalGroupIF, CodeFirstConditionIF, ComorbidityGroupIF, ComorbidityInteractionIF, DiagnosisSubchapterIF, GrouperIF, ReturnCodeIF, ValidityFlagIF
All Known Implementing Classes:
AbstractGrouper, ClinicalGroup, CodeFirstCondition, ComorbidityGroup, ComorbidityInteraction, ComorbidityLevel_EN, DiagnosisSubchapter, EditId_EN, Grouper_v01020, Grouper_v01120, Grouper_v02020, Grouper_v02121, Grouper_v03021, Grouper_v03122, Grouper_v03222, Grouper_v03322, Grouper_v04023, Grouper_v04123, Grouper_v04223, Grouper_v05024, Grouper_v05124, Grouper_v06025, Grouper_v06125, Oasis_EN, PeriodTiming_EN, ReferralSource_EN, ReturnCode, TableNames_EN, ValidityFlag

public interface IdentifiableIF
Provides a consistent means of identifying an object by its id number. The id is not associated with Serialization
Author:
3M Health Information Systems for CMS Home Health
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    the id of the object
    void
    setId(int id)
    Sets the id for the object at run time
  • Method Details

    • getId

      int getId()
      the id of the object
      Returns:
      the id of the object at run time
    • setId

      void setId(int id)
      Sets the id for the object at run time
      Parameters:
      id -