com.mmm.cms.util
Interface Identifiable

All Known Subinterfaces:
CaseMixAdjustmentItemIF, DiagnosticCategoryIF
All Known Implementing Classes:
CaseMixAdjustmentItem, CaseMixAdjustmentItem_v2308, CaseMixAdjustmentItem_v3210, DiagnosticCategory

public interface Identifiable

Provides a consistent means of identifying an object by its id number. The id is not associated with Serialization


Method Summary
 int getId()
          the id of the object
 void setId(int id)
          Sets the id for the object at run time
 

Method Detail

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 -