Interface IProductComponentLink<T extends IProductComponent>

All Superinterfaces:
IClRepositoryObject, IRuntimeObject
All Known Implementing Classes:
ProductComponentLink

public interface IProductComponentLink<T extends IProductComponent> extends IRuntimeObject, IClRepositoryObject
This class represents a link between two product components.

The generic type T specifies the target type of this link.

Author:
Daniel Hohenberger