Package com.saperion.common.lang.id
Interface Id
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Guid
,HierarchicalName
,StringId
public interface Id extends java.io.Serializable
Standard interface for identifiers.
An instance of any implementation of
Id
can be used in several threads concurrently.- Author:
- agz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getString()
Returns the string-representation of thisId
.
-