Package jmri.beans

Interface Identifiable

All Known Subinterfaces:
MutableIdentifiable
All Known Implementing Classes:
Car, Division, Engine, Location, RollingStock, Train

public interface Identifiable
An Object that has an identity property that is not publicly mutable (it may be indirectly mutated).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the identity of the object.
  • Method Details