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:
MutableIdentifiable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Get the identity of the object.
-