Package jmri.beans

Interface MutableIdentifiable

All Superinterfaces:
Identifiable

public interface MutableIdentifiable extends Identifiable
An object that has a publicly mutable identity property.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the identity.

    Methods inherited from interface jmri.beans.Identifiable

    getId
  • Method Details