public interface Identifiable
Objects implementing this interface can be identified by a String identifier.
The uniqueness of the ident String depends on the particular use by the Class.
-
Method Summary
-
Method Details
-
setId
Sets the identification for this object.- Parameters:
id
- the ident String
-
getId
String getId()Gets the ID of this object.- Returns:
- a String identifying this object
-