Package jmri.beans
Interface MutableIdentifiable
-
- All Superinterfaces:
Identifiable
public interface MutableIdentifiable extends Identifiable
An object that has a publicly mutable identity property.- See Also:
Identifiable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setId(java.lang.String id)
Set the identity.-
Methods inherited from interface jmri.beans.Identifiable
getId
-
-