Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib
Interface Identifiable

All Known Subinterfaces:
ComponentReference, Dependency, Entity, ImportedEntity

public interface Identifiable

Base Interface of complib objects that provide a unique key


Method Summary
 java.lang.String getUniqueKey()
           
 

Method Detail

getUniqueKey

public java.lang.String getUniqueKey()
Returns:
a unique key to identify the instance

Copyright @ 2002 SAP. All Rights Reserved.