Package jmri.beans
Interface Identifiable
- All Known Subinterfaces:
MutableIdentifiable
public interface Identifiable
An Object that has an identity property that is not publicly mutable (it may be
indirectly mutated).
- See Also:
-
Method Summary
-
Method Details
-
getId
Get the identity of the object.- Returns:
- the identity
-