Interface IdOwner
- All Known Implementing Classes:
ClassModel,CommentModel,FieldModel
public interface IdOwner
Contract for model elements that carry a stable string id.
-
Method Summary
-
Method Details
-
getId
String getId()Returns the ID.- Returns:
- the ID
-
setId
Sets the ID.- Parameters:
id- stable id of the model element
-