Package org.faktorips.runtime
Interface ICopySupport
-
public interface ICopySupportInterface indicating that the model object can create a copy of itself.- Author:
- Jan Ortmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelObjectnewCopy()Creates and returns new copy of this object.
-
-
-
Method Detail
-
newCopy
IModelObject newCopy()
Creates and returns new copy of this object.
-
-