public interface Identifiable
This interface allows an object to have an identifier. You can store, set, and get the object ID.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute.
|