Interface IUnique
-
- All Known Implementing Classes:
AbstractUnique
,InputFactory
public interface IUnique
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPlatformKey
getKey()
Gets the key of this unique object
-
-
-
Method Detail
-
getKey
IPlatformKey getKey()
Gets the key of this unique object- Returns:
- the key of this object
-
-