public interface FwkInterface
extends java.io.Serializable
The FwkInterface describes which functionality a component
must implement to become a FWK component. It is the most generic component
of the component architecture. All other components inherit the FwkInterface.
The only methods a FWK component has to support at the moment is getVersion().