-- File: StepBasic_Effectivity.cdl -- Created: Tue Jun 30 15:14:58 1998 -- Author: Christian CAILLET -- ---Copyright: Matra Datavision 1998 class Effectivity from StepBasic inherits TShared from MMgt uses HAsciiString from TCollection is Create returns mutable Effectivity; Init (me : mutable; aid : HAsciiString); Id (me) returns HAsciiString; SetId (me : mutable; aid : HAsciiString); fields theid : HAsciiString; end Effectivity;