Package com.tibco.patterns.deduplication
Interface Keyed
-
- All Known Implementing Classes:
KeyedNetricsRecord
public interface KeyedDefines the functionality for objects that have a string-value key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()Returns the key of the object.
-