Package org.faktorips.runtime
Interface IClRepositoryObject
-
- All Known Subinterfaces:
IProductComponentLink<T>,IXmlPersistenceSupport
- All Known Implementing Classes:
ProductComponent,ProductComponentGeneration,ProductComponentLink
public interface IClRepositoryObjectObjects that are loaded by the class loader repository need to implement this interface. The class loader repository can by means of this interface assume that the object provided by the repository knows how to initialize itself. SW 09.2011: With the implementation of product variants an extension interface (IXmlPersistenceSupport) was created.IXmlPersistenceSupportis not published as should be this interface. Sadly this cannot be undone as it is extended byIProductComponentLinkand generated code relies on it.- Author:
- Peter Erzberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitFromXml(org.w3c.dom.Element element)Initializes this object with the data stored in the XML element.
-